This commit is contained in:
kek7198 2022-01-02 19:54:13 -06:00
parent 9ee92df7dd
commit 676e1b02be

View file

@ -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,