This commit is contained in:
Aevann1 2021-12-12 21:20:57 +02:00
parent 4fa971c170
commit 9c5195d184
86 changed files with 816 additions and 755 deletions

View file

@ -477,7 +477,7 @@ class User(Base):
def json(self):
data = self.json_core
data["badges"] = [x.json_core for x in self.badges]
data["badges"] = [x.json for x in self.badges]
data['coins'] = self.coins
data['post_count'] = self.post_count
data['comment_count'] = self.comment_count