From 229fcf6ef9ac30529e6b8f5c3ebe0f9e0eb37937 Mon Sep 17 00:00:00 2001 From: kamathmanu Date: Fri, 19 Feb 2021 10:25:35 -0500 Subject: [PATCH] Ignore rate limiting for pushrules handler --- modules/client/pushrules.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/client/pushrules.cc b/modules/client/pushrules.cc index 10f7a9b9e..8e5603bc3 100644 --- a/modules/client/pushrules.cc +++ b/modules/client/pushrules.cc @@ -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 } };