forked from MarseyWorld/MarseyWorld
try fixing https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3295805
parent
a63b02470d
commit
667142adc4
|
@ -333,6 +333,8 @@ def notifications(v:User):
|
|||
total.extend(listing)
|
||||
|
||||
total_cids = [x.id for x in total]
|
||||
total_cids.extend(cids)
|
||||
total_cids = set(total_cids)
|
||||
output = get_comments_v_properties(v, True, None, Comment.id.in_(total_cids))[1]
|
||||
|
||||
g.db.commit()
|
||||
|
|
Loading…
Reference in New Issue