fix post notifications not being visible

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-08 21:11:56 +02:00
parent eddfec53c8
commit 19ee55d27c
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ def notifications_posts(v):
Submission.author_id.in_(v.followed_users),
Submission.sub.in_(v.followed_subs)
),
Submission.created_utc > v.last_viewed_post_notifs,
Submission.deleted_utc == 0,
Submission.is_banned == False,
Submission.private == False