diff --git a/files/helpers/reddit_mentions.py b/files/helpers/reddit_mentions.py index 0e2276946..4e2f21e58 100644 --- a/files/helpers/reddit_mentions.py +++ b/files/helpers/reddit_mentions.py @@ -63,9 +63,9 @@ def notify_mentions(mentions, send_to=None, mention_str='site mention'): text = ( f'

New {mention_str} by /u/{author}

' - f'

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

' + f'https://old.reddit.com{permalink}?context=8

' f'{m["text"]}' )