From b86f6fa1f76058904abcb21ca57248d169de0284 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 20 Aug 2023 05:11:59 +0300 Subject: [PATCH] fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4833902#context --- files/helpers/alerts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py index 563f77232..8a3ac9255 100644 --- a/files/helpers/alerts.py +++ b/files/helpers/alerts.py @@ -208,8 +208,8 @@ def NOTIFY_USERS(text, v, oldtext=None, ghost=False, log_cost=None, followers_pi if SITE == 'rdrama.net' and v.id in {256, 9287, 10489, 18701}: notify_users.discard(AEVANN_ID) - if len(notify_users) > 200: - abort(403, "You can only notify a maximum of 200 users.") + if len(notify_users) > 400: + abort(403, "You can only notify a maximum of 400 users.") return notify_users - BOT_IDs - {v.id, 0} - v.all_twoway_blocks