0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-02 07:55:28 +02:00
synapse/changelog.d/11340.bugfix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
235 B
Text
Raw Normal View History

Fix a bug, introduced in Synapse 1.46.0, which caused the `check_3pid_auth` and `on_logged_out` callbacks in legacy password authentication provider modules to not be registered. Modules using the generic module API were not affected.