Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Dec 7, 2023
1 parent 1893c3f commit dde129b
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 @@ -34,7 +34,7 @@ message AddMembersData {
message V1 {
oneof address_or_installation_id {
AccountAddresses account_addresses = 1;
InstallationIds installation_ids = 1;
InstallationIds installation_ids = 2;
}
}

Expand All @@ -49,7 +49,7 @@ message RemoveMembersData {
message V1 {
oneof address_or_installation_id {
AccountAddresses account_addresses = 1;
InstallationIds installation_ids = 1;
InstallationIds installation_ids = 2;
}
}

Expand Down

0 comments on commit dde129b

Please sign in to comment.