mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Fix comments
Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
caa9d6fed7
commit
57dd41a45b
4 changed files with 5 additions and 5 deletions
|
@ -731,7 +731,7 @@ class EventCreationHandler(object):
|
|||
if ratelimit:
|
||||
# We check if this is a room admin redacting an event so that we
|
||||
# can apply different ratelimiting. We do this by simply checking
|
||||
# its not a self-redaction (to avoid having to look up whether the
|
||||
# it's not a self-redaction (to avoid having to look up whether the
|
||||
# user is actually admin or not).
|
||||
is_admin_redaction = False
|
||||
if event.type == EventTypes.Redaction:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue