mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +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.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;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/**
 | 
						/**
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user