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

Commit

Permalink
Add module doc and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Velten committed Apr 7, 2023
1 parent 8a5acc8 commit 96ca43a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/15410.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix untold assumption that `on_logged_out` module hooks will be called before pushers deletion.
3 changes: 3 additions & 0 deletions docs/modules/password_auth_provider_callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ Called during a logout request for a user. It is passed the qualified user ID, t
deactivated device (if any: access tokens are occasionally created without an associated
device ID), and the (now deactivated) access token.

Deleting the related pushers is done after calling `on_logged_out`, so you can rely on them
to still be present.

If multiple modules implement this callback, Synapse runs them all in order.

### `get_username_for_registration`
Expand Down

0 comments on commit 96ca43a

Please sign in to comment.