Add MlsCommitMessage Frame

This commit is contained in:
Jazz Turner-Baggs 2026-05-28 11:57:12 -07:00
parent c8d7b486f6
commit 9377021a9b
No known key found for this signature in database

View File

@ -448,4 +448,6 @@ pub struct GroupV2Frame {
pub enum GroupV2Payload {
#[prost(message, tag = "2")]
DeMlsWrapper(Bytes),
#[prost(message, tag = "3")]
MlsCommitMessage(Bytes),
}