summary refs log tree commit diff
path: root/synapse/handlers/room.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-09-02 18:22:15 +0100
committerMark Haines <mark.haines@matrix.org>2014-09-02 18:22:15 +0100
commit780548b577f5e59cd4f3aa03cf20dbf66a790a39 (patch)
tree3d1c561ccce226f60ff933f51643940fcf2d25fd /synapse/handlers/room.py
parentAdd ratelimiting config (diff)
downloadsynapse-780548b577f5e59cd4f3aa03cf20dbf66a790a39.tar.xz
rate limiting for message sending
Diffstat (limited to 'synapse/handlers/room.py')
-rw-r--r--synapse/handlers/room.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py
index 048b719307..b0c94d35af 100644
--- a/synapse/handlers/room.py
+++ b/synapse/handlers/room.py
@@ -49,6 +49,7 @@ class RoomCreationHandler(BaseRoomHandler):
             SynapseError if the room ID was taken, couldn't be stored, or
             something went horribly wrong.
         """
+        self.ratelimit(user_id)
 
         if "room_alias_name" in config:
             room_alias = RoomAlias.create_local(