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
293 stars 68 forks source link

Fix hang in crypto reset script when E2EE is off #723

Closed AndrewFerr closed 1 year ago

AndrewFerr commented 1 year ago

Ensure that the bridge storage is always disconnected


Without this, yarn start:resetcrypto hangs if E2EE is disabled in the config file.

AndrewFerr commented 1 year ago

IMO we can forego the changelog file here because this just fixes a tiny bug left behind in the not-yet-released E2EE fix PR.