forked from jmug/stoatchat
Channel subscription, message sending, channel delete.
This commit is contained in:
@@ -36,6 +36,8 @@ pub enum ClientboundNotification {
|
||||
channels: Vec<Channel>
|
||||
},
|
||||
|
||||
Message(Message),
|
||||
|
||||
/*MessageCreate {
|
||||
id: String,
|
||||
nonce: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user