mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
Revert tag change, update partials to include ids.
This commit is contained in:
@@ -39,13 +39,19 @@ pub enum ClientboundNotification {
|
||||
},
|
||||
|
||||
Message(Message),
|
||||
MessageUpdate(JsonValue),
|
||||
MessageUpdate {
|
||||
id: String,
|
||||
data: JsonValue
|
||||
},
|
||||
MessageDelete {
|
||||
id: String,
|
||||
},
|
||||
|
||||
ChannelCreate(Channel),
|
||||
ChannelUpdate(JsonValue),
|
||||
ChannelUpdate {
|
||||
id: String,
|
||||
data: JsonValue
|
||||
},
|
||||
ChannelGroupJoin {
|
||||
id: String,
|
||||
user: String,
|
||||
|
||||
Reference in New Issue
Block a user