diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-05 21:35:56 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-05 21:35:56 +0100 |
commit | 9dd4570b68fea123fda216b8fc8625fafc9d8e0a (patch) | |
tree | bf87c16f720a7ad34d29d4b2a8b462506c919624 /synapse/api | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into develop (diff) | |
download | synapse-9dd4570b68fea123fda216b8fc8625fafc9d8e0a.tar.xz |
Generate m.room.aliases event when the HS creates a room alias
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/auth.py | 7 | ||||
-rw-r--r-- | synapse/api/events/room.py | 7 |
2 files changed, 13 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py |