User status / profile change route, username change route.

This commit is contained in:
Paul
2021-04-03 14:41:40 +01:00
parent 78c42fd412
commit 9492e145f9
10 changed files with 141 additions and 26 deletions

View File

@@ -78,6 +78,10 @@ pub enum ClientboundNotification {
user: String
},
UserUpdate {
id: String,
data: JsonValue,
},
UserRelationship {
id: String,
user: String,