diff options
author | Daniel Wagner-Hall <daniel@matrix.org> | 2016-02-15 14:38:27 +0000 |
---|---|---|
committer | Daniel Wagner-Hall <daniel@matrix.org> | 2016-02-15 14:38:27 +0000 |
commit | dbeed36dec021df3036e088910c72d5727910dd3 (patch) | |
tree | f98ced054476684af05d2ce6fb4b4066fd56ecd4 /synapse/handlers | |
parent | Revert "Merge two of the room join codepaths" (diff) | |
download | synapse-dbeed36dec021df3036e088910c72d5727910dd3.tar.xz |
Merge some room joining codepaths
Force joining by alias to go through the send_membership_event checks, rather than bypassing them straight into _do_join. This is the first of many stages of cleanup.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/room.py | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py |