Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Properly register all callback hooks for legacy password authentication providers #11340

Merged
merged 4 commits into from
Nov 16, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Identify the fixed callbacks
reivilibre committed Nov 16, 2021
commit f3c1b2f4e3d1d32b7d71c7afdcfe4dc3b1cec63c
2 changes: 1 addition & 1 deletion changelog.d/11340.bugfix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix a bug, introduced in Synapse 1.46.0, which caused some callbacks in legacy password authentication provider modules to not be registered. Modules using the generic module API were not affected.
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.