fdfd
This commit is contained in:
parent
9b7ce8f599
commit
5db9cee253
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def notifications(v):
|
||||||
Comment.is_banned == False,
|
Comment.is_banned == False,
|
||||||
Comment.deleted_utc == 0,
|
Comment.deleted_utc == 0,
|
||||||
Comment.author_id != AUTOJANNY_ACCOUNT,
|
Comment.author_id != AUTOJANNY_ACCOUNT,
|
||||||
).order_by(Notification.id.desc()).offset(25 * (page - 1)).limit(26)
|
).order_by(Notification.id.desc()).offset(25 * (page - 1)).limit(26).all()
|
||||||
|
|
||||||
next_exists = (len(notifications) == 26)
|
next_exists = (len(notifications) == 26)
|
||||||
notifications = notifications[:25]
|
notifications = notifications[:25]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue