remotes/1693045480750635534/spooky-22
Aevann1 2022-04-04 20:48:08 +02:00
parent e291d43640
commit 6fab5f144e
1 changed files with 7 additions and 0 deletions

View File

@ -128,6 +128,13 @@ def notifications(v):
print("4: " + str(time.time()-t))
t = time.time()
for c in all:
c.replies2 = []
parent = c.parent_comment
if parent:
if not parent.replies2: parent.replies2 = [c]
else: parent.replies2.append(c)
print("5: " + str(time.time()-t))
t = time.time()