From b9759f6a97f25b9e254ad944c5ca791efb67e400 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 7 May 2023 22:19:48 +0300 Subject: [PATCH] notify --- files/routes/votes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/routes/votes.py b/files/routes/votes.py index d876d6f3a..f46fb7b9f 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -164,7 +164,8 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): if target.is_approved == PROGSTACK_ID: mul = PROGSTACK_MUL elif cls == Submission and (any(i in target.title.lower() for i in ENCOURAGED) or any(i in target.url.lower() for i in ENCOURAGED2)): - mul = PROGSTACK_MUL + mul = PROGSTACK_MUL + send_repeatable_notification(AEVANN_ID, target.permalink) elif target.author.progressivestack or (target.author.admin_level and target.author.id not in {AEVANN_ID, CARP_ID, SCHIZO_ID}): mul = 2 elif SITE == 'rdrama.net' and cls == Submission: