Skip to content

Commit

Permalink
fix: adds comment to Message
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman committed May 2, 2024
1 parent 87ebdaa commit ba6e13f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/mls/message_contents/content.proto
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ message MessageHistoryReply {
bytes bundle_hash = 5;
}

// Key used to encrypt or sign the message-bundle
message MessageHistoryKeyType {
oneof key { bytes chacha20_poly1305 = 1; }
}

0 comments on commit ba6e13f

Please sign in to comment.