summary refs log tree commit diff
path: root/latest/modules/password_auth_provider_callbacks.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-04-25 11:51:12 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-04-25 11:51:12 +0000
commitf8cae671b7f1c45f36ea71c059e08212a2743858 (patch)
tree79137d42203b43559a285a143c2e9408e8544f3c /latest/modules/password_auth_provider_callbacks.html
parentdeploy: ce007103030e281098cf4dccffed44581a32bd13 (diff)
downloadsynapse-f8cae671b7f1c45f36ea71c059e08212a2743858.tar.xz
deploy: c34791ef5b612d36c52216a4d9c84ee56ac00c28
Diffstat (limited to 'latest/modules/password_auth_provider_callbacks.html')
-rw-r--r--latest/modules/password_auth_provider_callbacks.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/latest/modules/password_auth_provider_callbacks.html b/latest/modules/password_auth_provider_callbacks.html
index 4533026ac9..b921b486bc 100644
--- a/latest/modules/password_auth_provider_callbacks.html
+++ b/latest/modules/password_auth_provider_callbacks.html
@@ -223,6 +223,8 @@ the authentication is denied.</p>
 <p>Called during a logout request for a user. It is passed the qualified user ID, the ID of the
 deactivated device (if any: access tokens are occasionally created without an associated
 device ID), and the (now deactivated) access token.</p>
+<p>Deleting the related pushers is done after calling <code>on_logged_out</code>, so you can rely on them
+to still be present.</p>
 <p>If multiple modules implement this callback, Synapse runs them all in order.</p>
 <h3 id="get_username_for_registration"><a class="header" href="#get_username_for_registration"><code>get_username_for_registration</code></a></h3>
 <p><em>First introduced in Synapse v1.52.0</em></p>