matrix-org / matrix-hookshot

A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.
https://matrix-org.github.io/matrix-hookshot/
Apache License 2.0
283 stars 68 forks source link

Fix feeds template / notify state not reflecting in the UI #866

Closed Half-Shot closed 9 months ago

Half-Shot commented 9 months ago

Fixes https://github.com/element-hq/element-integration-manager/issues/100.

This PR fixes the problem where feeds doesn't return all connection state keys to the UI, so it renders defaults which are wrong. We fix this by ensuring that all keys on these interfaces are explicitly required which should prevent further mistakes.