mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
fix thinko'd docstring
This commit is contained in:
parent
3166ed55b2
commit
f496399ac4
@ -19,7 +19,7 @@ def check_event_for_spam(event):
|
|||||||
|
|
||||||
If the server considers an event spammy, then it will be rejected if
|
If the server considers an event spammy, then it will be rejected if
|
||||||
sent by a local user. If it is sent by a user on another server, then
|
sent by a local user. If it is sent by a user on another server, then
|
||||||
users
|
users receive a blank event.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
event (synapse.events.EventBase): the event to be checked
|
event (synapse.events.EventBase): the event to be checked
|
||||||
|
Loading…
Reference in New Issue
Block a user