forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-01 19:14:07 +02:00
parent 5cf40f2cb8
commit 49b38f705e
1 changed files with 1 additions and 1 deletions

View File

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