forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-31 18:26:44 +02:00
parent bb54289575
commit 223bd01371
1 changed files with 1 additions and 1 deletions

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)