This commit is contained in:
Aevann1 2021-12-11 02:53:16 +02:00
parent 68307df8c7
commit 309c01508b
5 changed files with 22 additions and 20 deletions

View file

@ -434,6 +434,7 @@ class User(Base):
'coins': self.coins,
'post_count': self.post_count,
'comment_count': self.comment_count,
'badges': [x.path for x in self.badges],
}
return data