mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
Ignore rate limiting for pushrules handler
This commit is contained in:
parent
e2b7823f6d
commit
229fcf6ef9
1 changed files with 1 additions and 2 deletions
|
@ -226,8 +226,7 @@ ircd::m::push::method_put
|
|||
{
|
||||
resource, "PUT", handle_put,
|
||||
{
|
||||
method_put.REQUIRES_AUTH |
|
||||
method_put.RATE_LIMITED // review this!
|
||||
method_put.REQUIRES_AUTH
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue