0
0
Fork 0
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:
kamathmanu 2021-02-19 10:25:35 -05:00
parent e2b7823f6d
commit 229fcf6ef9

View file

@ -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
}
};