Skip to content

Commit

Permalink
fix: rename to PlaintextEnvelope
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Feb 21, 2024
1 parent 43b1aa7 commit db50c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/mls/message_contents/content.proto
Original file line number Diff line number Diff line change
@@ -41,8 +41,8 @@ message EncodedContent {
bytes content = 4;
}

// An MlsEnvelope is the outermost payload that gets encrypted by MLS
message MlsEnvelope {
// A PlaintextEnvelope is the outermost payload that gets encrypted by MLS
message PlaintextEnvelope {
// Version 1 of the encrypted envelope
message V1 {
// Expected to be EncodedContent

0 comments on commit db50c18

Please sign in to comment.