This commit is contained in:
Aevann1 2021-09-01 19:14:33 +02:00
parent ab06fe12a7
commit 054f79c1a1

View file

@ -54,7 +54,7 @@ def notifications(v):
cids = [x.comment_id for x in notifications] cids = [x.comment_id for x in notifications]
next_exists = (len(cids) == 26) next_exists = (len(cids) == 26)
cids = cids[:25] cids = cids[:25]
comments = get_comments(cids, v=v, load_parent=True)) comments = get_comments(cids, v=v, load_parent=True)
i = 0 i = 0
for x in notifications: for x in notifications: