Make ready payload send all users we have a relationship with.

This commit is contained in:
Paul Makles
2021-01-03 17:43:20 +00:00
parent ffff620508
commit b87f396f40
3 changed files with 68 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ pub enum ClientboundNotification {
Error(WebSocketError),
Authenticated,
Ready {
user: User
users: Vec<User>
},
/*MessageCreate {