fdfd
This commit is contained in:
parent
db78501252
commit
0ff0e08f08
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ def notifications(v):
|
||||||
if messages:
|
if messages:
|
||||||
cids = v.notification_messages(page=page)
|
cids = v.notification_messages(page=page)
|
||||||
next_exists = (len(cids) == 26)
|
next_exists = (len(cids) == 26)
|
||||||
cid = cids[:25]
|
cids = cids[:25]
|
||||||
comments = get_comments(cids, v=v)
|
comments = get_comments(cids, v=v)
|
||||||
elif posts:
|
elif posts:
|
||||||
cids = v.notification_subscriptions(page=page)
|
cids = v.notification_subscriptions(page=page)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue