forked from rDrama/rDrama
1
0
Fork 0

its forced 8 now

master
Aevann 2024-02-16 23:27:56 +02:00
parent e200a011c6
commit aa67af527d
1 changed files with 2 additions and 2 deletions

View File

@ -63,9 +63,9 @@ def notify_mentions(mentions, send_to=None, mention_str='site mention'):
text = (
f'<p>New {mention_str} by <a href="https://old.reddit.com/user/{author}" '
f'rel="nofollow noopener" target="_blank">/u/{author}</a></p>'
f'<p><a href="https://old.reddit.com{permalink}?context=89" '
f'<p><a href="https://old.reddit.com{permalink}?context=8" '
'rel="nofollow noopener" target="_blank">'
f'https://old.reddit.com{permalink}?context=89</a></p>'
f'https://old.reddit.com{permalink}?context=8</a></p>'
f'{m["text"]}'
)