From aa67af527d1095c9b8689948c0484d18672fb889 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 16 Feb 2024 23:27:56 +0200 Subject: [PATCH] its forced 8 now --- files/helpers/reddit_mentions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]}' )