Skip to content

Commit

Permalink
fix pluralization
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Dec 11, 2023
1 parent cc77860 commit 1e89322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/mls/database/intents.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ message AddressesOrInstallationIds {
message AddMembersData {
// V1 of AddMembersPublishData
message V1 {
AddressOrInstallationId address_or_installation_id = 1;
AddressOrInstallationId addresses_or_installation_ids = 1;
}

oneof version {
Expand All @@ -52,7 +52,7 @@ message AddMembersData {
message RemoveMembersData {
// V1 of RemoveMembersPublishData
message V1 {
AddressOrInstallationId address_or_installation_id = 1;
AddressOrInstallationId addresses_or_installation_ids = 1;
}

oneof version {
Expand Down

0 comments on commit 1e89322

Please sign in to comment.