Fix embeds not re-generating properly on edit.

Include own memberships in Ready payload.
This commit is contained in:
Paul
2021-07-31 12:09:03 +01:00
parent 74b4c6bf2a
commit e655f53641
6 changed files with 35 additions and 4 deletions

View File

@@ -66,6 +66,7 @@ pub enum ClientboundNotification {
users: Vec<User>,
servers: Vec<Server>,
channels: Vec<Channel>,
members: Vec<Member>
},
Message(Message),