summary refs log tree commit diff
path: root/synapse/handlers/room.py
diff options
context:
space:
mode:
authorMathieu Velten <matmaul@gmail.com>2023-10-10 16:55:30 +0200
committerMathieu Velten <matmaul@gmail.com>2023-10-10 16:55:30 +0200
commit86641cb3a820e287b8c0a256fd363a2826b51dcb (patch)
tree096ea776661f1d14876b7e7f33553d376ade43bf /synapse/handlers/room.py
parentMerge remote-tracking branch 'origin/develop' into anoa/public_rooms_module_api (diff)
parentMerge branch 'master' into develop (diff)
downloadsynapse-86641cb3a820e287b8c0a256fd363a2826b51dcb.tar.xz
Merge remote-tracking branch 'origin/develop' into anoa/public_rooms_module_api github/anoa/public_rooms_module_api anoa/public_rooms_module_api
Diffstat (limited to 'synapse/handlers/room.py')
-rw-r--r--synapse/handlers/room.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py

index 4cdf0a8502..97c9f01245 100644 --- a/synapse/handlers/room.py +++ b/synapse/handlers/room.py
@@ -261,7 +261,6 @@ class RoomCreationHandler: # in the meantime and context needs to be recomputed, so let's do so. if i == max_retries - 1: raise e - pass # This is to satisfy mypy and should never happen raise PartialStateConflictError()