mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +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,
|
resource, "PUT", handle_put,
|
||||||
{
|
{
|
||||||
method_put.REQUIRES_AUTH |
|
method_put.REQUIRES_AUTH
|
||||||
method_put.RATE_LIMITED // review this!
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue