User status / profile change route, username change route.
This commit is contained in:
@@ -78,6 +78,10 @@ pub enum ClientboundNotification {
|
||||
user: String
|
||||
},
|
||||
|
||||
UserUpdate {
|
||||
id: String,
|
||||
data: JsonValue,
|
||||
},
|
||||
UserRelationship {
|
||||
id: String,
|
||||
user: String,
|
||||
|
||||
Reference in New Issue
Block a user