forked from MarseyWorld/MarseyWorld
Revert "Revert "try to fix this https://chapotraphouse.club/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/2278188?context=8#context""
This reverts commit 5dcd678193
.
master
parent
85d59d5656
commit
95194359fa
|
@ -305,8 +305,7 @@ class Comment(Base):
|
|||
|
||||
if self.level>=2: data['parent_comment_id']= self.parent_comment_id
|
||||
|
||||
if "replies" in self.__dict__:
|
||||
data['replies']=[x.json_core for x in self.replies(None)]
|
||||
data['replies'] = [x.json_core for x in self.replies()]
|
||||
|
||||
return data
|
||||
|
||||
|
|
Loading…
Reference in New Issue