remotes/1693045480750635534/spooky-22
Aevann1 2021-08-31 18:24:25 +02:00
parent e0da13397f
commit 9e51e2b070
1 changed files with 2 additions and 4 deletions

View File

@ -22,10 +22,8 @@ def notifications(v):
posts = request.args.get('posts', False)
if messages:
cids = v.notification_messages(page=page)
next_exists = (len(comments) == 26)
comments = comments[:25]
next_exists = (len(cids) == 26)
comments = cids[:25]
elif posts:
cids = v.notification_subscriptions(page=page)
next_exists = (len(cids) == 26)