fsd
This commit is contained in:
parent
022c36799e
commit
a552455ea1
4 changed files with 5 additions and 4 deletions
|
@ -122,7 +122,7 @@ def notifications(v):
|
|||
x.voted = 1
|
||||
if x not in c.replies2: c.replies2.append(x)
|
||||
|
||||
if c.parent_comment and (c.parent_comment.author_id == v.id or c.parent_comment in comments):
|
||||
if c.parent_comment and c.parent_comment.author_id == v.id:
|
||||
parent = c.parent_comment
|
||||
if parent.replies2 == None: parent.replies2 = [c]
|
||||
elif c not in parent.replies2: parent.replies2.append(c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue