summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2018-09-06 11:23:16 -0400
committerHubert Chathi <hubert@uhoreg.ca>2018-09-06 11:35:19 -0400
commit3801b8aa035594972c400c8bd036894a388c4ab3 (patch)
tree3a2dd0efda2fbc85f45a8bb0132bd46fcc9651d8 /synapse/api
parentupdate to newer Synapse APIs (diff)
downloadsynapse-3801b8aa035594972c400c8bd036894a388c4ab3.tar.xz
try to make flake8 and isort happy
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/errors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/errors.py b/synapse/api/errors.py

index 3002c95dd1..140dbfe8b8 100644 --- a/synapse/api/errors.py +++ b/synapse/api/errors.py
@@ -326,6 +326,7 @@ class RoomKeysVersionError(SynapseError): ) self.current_version = current_version + class IncompatibleRoomVersionError(SynapseError): """A server is trying to join a room whose version it does not support."""