summary refs log tree commit diff
path: root/synapse/events
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-01-29 22:55:29 +0000
committerErik Johnston <erik@matrix.org>2019-01-29 22:55:29 +0000
commitafeea319df0ae84f74d506e4395a58fbe17b6480 (patch)
tree5a4e7b35f9daef0dfe8e7d4b02325998c9aef72d /synapse/events
parentkill vdh test some more (diff)
downloadsynapse-afeea319df0ae84f74d506e4395a58fbe17b6480.tar.xz
Fixup comment
Diffstat (limited to 'synapse/events')
-rw-r--r--synapse/events/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/events/__init__.py b/synapse/events/__init__.py
index d380686e99..697cf58582 100644
--- a/synapse/events/__init__.py
+++ b/synapse/events/__init__.py
@@ -69,8 +69,8 @@ class _EventInternalMetadata(object):
         Starting in room v3 redaction events are accepted up front, and later
         checked to see if the redacter and redactee's domains match.
 
-        If the sender of the redaction event is allowed to redact due to auth
-        rules, then this will always return false.
+        If the sender of the redaction event is allowed to redact any event
+        due to auth rules, then this will always return false.
 
         Returns:
             bool