sfd
This commit is contained in:
parent
e506ceef08
commit
d9f50ff741
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ def notifications(v):
|
|||
print("1: " + str(time.time()-t))
|
||||
t = time.time()
|
||||
|
||||
sq = g.db.query(Comment.id, Notification.created_utc).distinct(Comment.top_comment_id).filter(
|
||||
sq = g.db.query(Comment.id, Notification.created_utc).join(Notification, Notification.comment_id == Comment.id).distinct(Comment.top_comment_id).filter(
|
||||
Notification.user_id == v.id,
|
||||
Comment.is_banned == False,
|
||||
Comment.deleted_utc == 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue