fix
This commit is contained in:
parent
9ee92df7dd
commit
676e1b02be
1 changed files with 1 additions and 0 deletions
|
@ -450,6 +450,7 @@ class User(Base):
|
|||
def json_popover(self, v):
|
||||
data = {'username': self.username,
|
||||
'url': self.url,
|
||||
'id': self.id,
|
||||
'profile_url': self.profile_url,
|
||||
'bannerurl': self.banner_url,
|
||||
'bio_html': self.bio_html_eager,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue