diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-10-05 19:00:50 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-10-05 19:00:50 +0100 |
commit | fd0282201e8876e3a860766fff89561564041260 (patch) | |
tree | 22d170c60fcd7884a7b706ef2cf34096ad6bd827 /synapse/handlers | |
parent | Move shadow-ban check down into `handle_new_client_event`. (diff) | |
download | synapse-fd0282201e8876e3a860766fff89561564041260.tar.xz |
pull up event.sender assertion
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/message.py | 8 | ||||
-rw-r--r-- | synapse/handlers/room.py | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/synapse/handlers/message.py b/synapse/handlers/message.py |