diff --git a/files/helpers/offsitementions.py b/files/helpers/offsitementions.py index 6062b8f080..5f280da50f 100644 --- a/files/helpers/offsitementions.py +++ b/files/helpers/offsitementions.py @@ -65,7 +65,7 @@ def notify_mentions(send_to, mentions, mention_str='site mention'): for m in mentions: author = m['author'] permalink = m['permalink'] - text = sanitize(m['text']) + text = sanitize(m['text'], edit=True) notif_text = \ f"""

New {mention_str} by /u/{author}

https://old.reddit.com{permalink}?context=89

{text}"""