fdfd
This commit is contained in:
parent
88c521f137
commit
37dc681186
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
|
|||
@property
|
||||
def replies(self):
|
||||
r = self.__dict__.get("replies", None)
|
||||
if not r and r != []: r = sorted([x for x in self.child_comments if not x.shadowbanned], key=lambda x: x.score, reverse=True)
|
||||
if not r and r != []: r = sorted([x for x in self.child_comments if not x.author.shadowbanned], key=lambda x: x.score, reverse=True)
|
||||
return r
|
||||
|
||||
@replies.setter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue