This commit is contained in:
Aevann1 2022-04-04 02:51:46 +02:00
parent a23211779a
commit f157385e3d

View file

@ -126,7 +126,7 @@ def notifications(v):
print(time.time() - sex) print(time.time() - sex)
sex = time.time() sex = time.time()
cids = g.db.query(Comment.id).join(Notification).filter( cids = g.db.query(Comment).join(Notification).filter(
Notification.user_id == v.id, Notification.user_id == v.id,
Comment.is_banned == False, Comment.is_banned == False,
Comment.deleted_utc == 0, Comment.deleted_utc == 0,