fds
This commit is contained in:
parent
c79dc7dc28
commit
fe4ae8480a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ def notifications(v):
|
|||
print("1: " + str(time.time()-t))
|
||||
t = time.time()
|
||||
|
||||
sq = g.db.query(Comment.id).join(Notification, Notification.comment_id == Comment.id).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