This commit is contained in:
Aevann1 2021-08-31 18:26:44 +02:00
parent db78501252
commit 0ff0e08f08

View file

@ -23,7 +23,7 @@ def notifications(v):
if messages:
cids = v.notification_messages(page=page)
next_exists = (len(cids) == 26)
cid = cids[:25]
cids = cids[:25]
comments = get_comments(cids, v=v)
elif posts:
cids = v.notification_subscriptions(page=page)