Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fixup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Jan 29, 2019
1 parent f46a818 commit afeea31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synapse/events/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def need_to_check_redaction(self):
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
Expand Down

0 comments on commit afeea31

Please sign in to comment.