forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-18 01:46:01 +02:00
parent fa41424eec
commit d38a346ff1
1 changed files with 1 additions and 1 deletions

View File

@ -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: