forked from rDrama/rDrama
1
0
Fork 0

add agendaposter phrase to user json

master
Aevann 2023-03-23 20:28:54 +02:00
parent 21c5b7cc1c
commit da3456ba9d
1 changed files with 2 additions and 1 deletions

View File

@ -869,7 +869,8 @@ class User(Base):
'badges': [x.json for x in self.badges],
'coins': self.coins,
'post_count': self.real_post_count(g.v),
'comment_count': self.real_comment_count(g.v)
'comment_count': self.real_comment_count(g.v),
'agendaposter_phrase': self.agendaposter_phrase,
}