mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-28 03:59:27 +00:00
Add MlsCommitMessage Frame
This commit is contained in:
parent
c8d7b486f6
commit
9377021a9b
@ -448,4 +448,6 @@ pub struct GroupV2Frame {
|
||||
pub enum GroupV2Payload {
|
||||
#[prost(message, tag = "2")]
|
||||
DeMlsWrapper(Bytes),
|
||||
#[prost(message, tag = "3")]
|
||||
MlsCommitMessage(Bytes),
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user