diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-03-01 17:27:22 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-03-01 17:27:22 +0000 |
commit | 8a1d3b86af5a6b23bd45ed137a4eb2b53c274297 (patch) | |
tree | c9f8115b5b750ada36e655ba47a2eab837638c54 /synapse/handlers/room.py | |
parent | Merge pull request #607 from matrix-org/dbkr/send_inviter_member_event (diff) | |
download | synapse-8a1d3b86af5a6b23bd45ed137a4eb2b53c274297.tar.xz |
Handle rejections of invites from local users locally
Slightly hacky fix to SYN-642, which avoids the federation codepath when trying to reject invites from local users.
Diffstat (limited to 'synapse/handlers/room.py')
-rw-r--r-- | synapse/handlers/room.py | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py |