mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-29 15:26:27 +00:00
Add missing information in User object
This commit is contained in:
parent
b29935bbcf
commit
58e9130b4f
@ -18,6 +18,7 @@ class User {
|
|||||||
this.isOpen = info.openPage == "true";
|
this.isOpen = info.openPage == "true";
|
||||||
this.isPublic = info.publicPage == "true";
|
this.isPublic = info.publicPage == "true";
|
||||||
this.id = info.userID;
|
this.id = info.userID;
|
||||||
|
this.customEmojis = info.customEmojis;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user