mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-10 21:36:56 +00:00
un-double indent
This commit is contained in:
@@ -81,7 +81,7 @@ class RoomCreationHandler(BaseHandler):
|
||||
user_id = requester.user.to_string()
|
||||
|
||||
if not self.spam_checker.user_may_create_room(user_id):
|
||||
raise SynapseError(403, "You are not permitted to create rooms")
|
||||
raise SynapseError(403, "You are not permitted to create rooms")
|
||||
|
||||
if ratelimit:
|
||||
yield self.ratelimit(requester)
|
||||
|
||||
Reference in New Issue
Block a user