display user bio in profile window

This commit is contained in:
ouwou
2021-05-26 02:50:22 -04:00
parent 5d8209cf10
commit 484e21e693
5 changed files with 51 additions and 5 deletions

View File

@@ -58,6 +58,8 @@ void from_json(const nlohmann::json &j, UserData &m) {
JS_O("mobile", m.IsMobile);
JS_ON("nsfw_allowed", m.IsNSFWAllowed);
JS_ON("phone", m.Phone);
JS_ON("bio", m.Bio);
JS_ON("banner", m.BannerHash);
}
void to_json(nlohmann::json &j, const UserData &m) {