1
0
This commit is contained in:
anoadragon453
2025-05-02 13:05:36 +00:00
parent 92436ca870
commit e4d561b072
4 changed files with 4 additions and 2 deletions

View File

@@ -469,6 +469,7 @@ doing.</strong></p>
callback returns <code>False</code>, Synapse falls through to the next one. The value of the first
callback that does not return <code>False</code> will be used. If this happens, Synapse will not call
any of the subsequent implementations of this callback.</p>
<p>Note that this check is applied to federation invites as of Synapse v1.130.0.</p>
<h3 id="check_login_for_spam"><a class="header" href="#check_login_for_spam"><code>check_login_for_spam</code></a></h3>
<p><em>First introduced in Synapse v1.87.0</em></p>
<pre><code class="language-python">async def check_login_for_spam(

View File

@@ -10937,6 +10937,7 @@ doing.</strong></p>
callback returns <code>False</code>, Synapse falls through to the next one. The value of the first
callback that does not return <code>False</code> will be used. If this happens, Synapse will not call
any of the subsequent implementations of this callback.</p>
<p>Note that this check is applied to federation invites as of Synapse v1.130.0.</p>
<h3 id="check_login_for_spam"><a class="header" href="#check_login_for_spam"><code>check_login_for_spam</code></a></h3>
<p><em>First introduced in Synapse v1.87.0</em></p>
<pre><code class="language-python">async def check_login_for_spam(

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long