Events: Distribute user updates to servers.
Fix: Deleting a server now correctly deletes all associated objects.
This commit is contained in:
@@ -136,7 +136,7 @@ async fn accept(stream: TcpStream) {
|
||||
}),
|
||||
clear: None
|
||||
}
|
||||
.publish(id);
|
||||
.publish_as_user(id);
|
||||
}
|
||||
}
|
||||
Err(_) => {
|
||||
@@ -238,7 +238,7 @@ async fn accept(stream: TcpStream) {
|
||||
}),
|
||||
clear: None
|
||||
}
|
||||
.publish(id);
|
||||
.publish_as_user(id);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user