fds
This commit is contained in:
parent
326b43d4bd
commit
47c4d8bb19
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ class Comment(Base):
|
|||
if self.deleted_utc or self.is_banned:
|
||||
return data
|
||||
|
||||
data["author"]=self.author.json_core if self.author_name != '👻' else ''
|
||||
data["author"]=self.author.json_core if self.author_name != '👻' else '👻'
|
||||
data["post"]=self.post.json_core if self.post else ''
|
||||
|
||||
if self.level >= 2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue