forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-04 07:35:18 +02:00
parent 4e3234f67e
commit af9c05db43
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ def notifications(v):
elif c not in parent.replies2: parent.replies2.append(c)
c = parent
if c.replies2 == None: c.replies2 = []
else:
while c.parent_comment:
c = c.parent_comment