This commit is contained in:
Aevann1 2022-04-04 20:39:35 +02:00
parent 5c1c501614
commit 853d779b87

View file

@ -147,6 +147,7 @@ def notifications(v):
for c, n in all:
if n > 1620391248: c.notif_utc = n
c.replies2 = []
parent = c.parent_comment
if parent and c.parent_submission:
if not parent.replies2: parent.replies2 = [c]