diff options
author | Erik Johnston <erik@matrix.org> | 2018-07-18 15:29:45 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-07-18 15:33:03 +0100 |
commit | bacdf0cbf9fdbf9bbab2420b86308830ac4e4592 (patch) | |
tree | 9f3561c921aada932160c4b0a485bedce6df120e /synapse/rest | |
parent | Split MessageHandler into read only and writers (diff) | |
download | synapse-bacdf0cbf9fdbf9bbab2420b86308830ac4e4592.tar.xz |
Move RoomContextHandler out of Handlers
This is in preparation for moving GET /context/ to a worker
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/client/v1/room.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/rest/client/v1/room.py b/synapse/rest/client/v1/room.py |