From cc8553b9a48174fb7375578b793e2d93f3bb5eba Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 15 Oct 2023 16:32:20 +0300 Subject: [PATCH] dont re-sanitize --- files/helpers/alerts.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py index 40796502a..9c2eb8ed5 100644 --- a/files/helpers/alerts.py +++ b/files/helpers/alerts.py @@ -101,9 +101,7 @@ def notif_comment2(p): else: author_link = f'@{p.author_name}' - sanitized_title = filter_emojis_only(p.title) - - text = f'{author_link} has mentioned you: {sanitized_title}' + text = f'{author_link} has mentioned you: {p.title_html}' search_html = f'% has mentioned you: