From 6976619282151dc67ebecd6daa41b2bbf4120af0 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 16 Feb 2024 16:13:50 +0200 Subject: [PATCH] remove line --- files/helpers/sanitize.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 9bddcaacf..376b3dd45 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -44,7 +44,6 @@ def create_comment_duplicated(text_html): return new_comment.id def send_repeatable_notification_duplicated(uid, text): - if uid in BOT_IDs: return text_html = sanitize(text)