diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-05-17 09:01:09 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-05-17 09:08:42 +0100 |
commit | c46367d0d755e810745cae6d0212bdaa12de7645 (patch) | |
tree | 73aec35a742c6ef8c29d06d8ceb439e6dd42cc75 /synapse/handlers/room.py | |
parent | Merge pull request #3163 from matrix-org/cohort_analytics (diff) | |
download | synapse-c46367d0d755e810745cae6d0212bdaa12de7645.tar.xz |
Move RoomCreationHandler out of synapse.handlers.Handlers
Handlers is deprecated nowadays, so let's move this out before I add a new dependency on it. Also fix the docstrings on create_room.
Diffstat (limited to 'synapse/handlers/room.py')
-rw-r--r-- | synapse/handlers/room.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py |