Andrew Ferrazzutti c719f1b926
Share code for tracking config via state events (#418)
* Share code for tracking config via state events

This should prevent forgetting to add state event handlers in new or
existing connection types.

* Address review feedback

* Mark GitLabRepoConnection as an IConnection

* Remove unused imports

* Tighten typing for JiraProjectConnectionState
2022-07-29 09:57:58 -04:00

2 lines
96 B
Plaintext

Refactor the way room state is tracked for room-specific configuration, to increase code reuse.