remotes/1693045480750635534/spooky-22
Aevann1 2022-04-04 20:32:03 +02:00
parent 1ef60af223
commit 16316ec88f
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ def notifications(v):
next_exists = (len(comments) > 25)
comments = comments[:25]
all = g.db.query(Comment, Notification.created_utc).filter(
all = g.db.query(Comment, Notification.created_utc).join(Notification).filter(
Notification.user_id == v.id,
Comment.is_banned == False,
Comment.deleted_utc == 0,