Skip to content

Commit

Permalink
fix: rename to installation_key
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Jan 23, 2024
1 parent d333661 commit 11d43c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/mls/database/intents.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ message RemoveMembersData {
message PostCommitAction {
// An installation
message Installation {
bytes installation_id = 1;
bytes installation_key = 1;
bytes hpke_public_key = 2;
}
// SendWelcome message
Expand Down

0 comments on commit 11d43c7

Please sign in to comment.