From d38a346ff159626c2bc13c4e03b8ee266baa5821 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 18 Jan 2022 01:46:01 +0200 Subject: [PATCH] fds --- files/classes/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/classes/comment.py b/files/classes/comment.py index 1f6ab7be1a..93302aabfc 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -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: