diff options
author | Erik Johnston <erik@matrix.org> | 2019-03-21 12:11:40 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-03-21 12:48:37 +0000 |
commit | b7d7d20a38b3ce21485c022c3162857a53d0beb8 (patch) | |
tree | 5e92b905a1c06f862fa6b1b42ca116488e443575 /synapse/handlers | |
parent | Turn off newsfile check (diff) | |
download | synapse-b7d7d20a38b3ce21485c022c3162857a53d0beb8.tar.xz |
Correctly handle 3PID invites in create room spam check
We also add an option to outright deny third party invites
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/room.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py |