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)