fsd
This commit is contained in:
parent
a23211779a
commit
f157385e3d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue