mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 12:04:56 -04:00
Add per user ratelimiting overrides
This commit is contained in:
parent
ca238bc023
commit
b990b2fce5
6 changed files with 93 additions and 19 deletions
|
@ -75,7 +75,7 @@ class RoomCreationHandler(BaseHandler):
|
|||
"""
|
||||
user_id = requester.user.to_string()
|
||||
|
||||
self.ratelimit(requester)
|
||||
yield self.ratelimit(requester)
|
||||
|
||||
if "room_alias_name" in config:
|
||||
for wchar in string.whitespace:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue