mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Add missing information in User object
This commit is contained in:
@ -18,6 +18,7 @@ class User {
|
||||
this.isOpen = info.openPage == "true";
|
||||
this.isPublic = info.publicPage == "true";
|
||||
this.id = info.userID;
|
||||
this.customEmojis = info.customEmojis;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user