deploy: dabbb94faf
parent
3b9f207f59
commit
38bd7d24dd
|
@ -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
|
<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
|
deactivated device (if any: access tokens are occasionally created without an associated
|
||||||
device ID), and the (now deactivated) access token.</p>
|
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>
|
<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>
|
<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>
|
<p><em>First introduced in Synapse v1.52.0</em></p>
|
||||||
|
|
|
@ -10243,6 +10243,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
|
<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
|
deactivated device (if any: access tokens are occasionally created without an associated
|
||||||
device ID), and the (now deactivated) access token.</p>
|
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>
|
<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>
|
<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>
|
<p><em>First introduced in Synapse v1.52.0</em></p>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue