1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Start to show user information

This commit is contained in:
2020-05-16 13:41:11 +02:00
parent 61098ffc43
commit 9b0c1323b6
3 changed files with 49 additions and 3 deletions

View File

@ -162,6 +162,8 @@ class UsersHelper {
customEmojies: _parseCustomEmojies(data["customEmojis"]),
publicNote: data["publicNote"],
canPostTexts: data["can_post_texts"],
likes: data["pageLikes"],
userLike: data["user_like_page"],
);
}