Servers: Add invites. Create, view and join.
This commit is contained in:
@@ -57,7 +57,9 @@ pub async fn req(
|
||||
|
||||
ClientboundNotification::UserUpdate {
|
||||
id: user.id.clone(),
|
||||
data: json!(data.0),
|
||||
data: json!({
|
||||
"username": data.username
|
||||
}),
|
||||
clear: None,
|
||||
}
|
||||
.publish(user.id.clone());
|
||||
|
||||
Reference in New Issue
Block a user