fsd
This commit is contained in:
parent
ce4de2bfe4
commit
69b0d36476
1 changed files with 1 additions and 1 deletions
|
@ -720,7 +720,7 @@ def thumbnail_thread(pid):
|
||||||
|
|
||||||
if i["subreddit"] == 'PokemonGoRaids': continue
|
if i["subreddit"] == 'PokemonGoRaids': continue
|
||||||
|
|
||||||
body_html = sanitize(f'New {word} mention: https://old.reddit.com{i["permalink"]}?context=89', noimages=True)
|
body_html = sanitize(f'New rdrama mention: https://old.reddit.com{i["permalink"]}?context=89', noimages=True)
|
||||||
|
|
||||||
existing_comment = db.query(Comment.id).filter_by(author_id=NOTIFICATIONS_ID, parent_submission=None, body_html=body_html).one_or_none()
|
existing_comment = db.query(Comment.id).filter_by(author_id=NOTIFICATIONS_ID, parent_submission=None, body_html=body_html).one_or_none()
|
||||||
if existing_comment: break
|
if existing_comment: break
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue