Add group creation. Sync channels to clients on creation.

This commit is contained in:
Paul Makles
2021-01-18 22:02:32 +00:00
parent c562d33c8f
commit 34ac8f54ef
10 changed files with 139 additions and 25 deletions

View File

@@ -42,6 +42,8 @@ pub enum ClientboundNotification {
id: String,
},
ChannelCreate(Channel),
/*MessageCreate {
id: String,
nonce: Option<String>,