Add missing information in User object

This commit is contained in:
Pierre HUBERT 2020-05-03 14:10:53 +02:00
parent b29935bbcf
commit 58e9130b4f

View File

@ -18,6 +18,7 @@ class User {
this.isOpen = info.openPage == "true";
this.isPublic = info.publicPage == "true";
this.id = info.userID;
this.customEmojis = info.customEmojis;
}
/**