forked from jmug/stoatchat
Add group creation. Sync channels to clients on creation.
This commit is contained in:
@@ -42,6 +42,8 @@ pub enum ClientboundNotification {
|
||||
id: String,
|
||||
},
|
||||
|
||||
ChannelCreate(Channel),
|
||||
|
||||
/*MessageCreate {
|
||||
id: String,
|
||||
nonce: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user