Skip to content

Commit

Permalink
old<>new
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Apr 18, 2024
1 parent cb6857c commit c09b4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/mls_validation/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ message ValidateGroupMessagesResponse {
// Request to get a final association state for identity updates
message GetAssociationStateRequest {
// List of identity updates
repeated xmtp.identity.associations.IdentityUpdate updates = 1;
uint64 old_sequence_id = 2;
repeated xmtp.identity.associations.IdentityUpdate old_updates = 1;
repeated xmtp.identity.associations.IdentityUpdate new_updates = 2;
}

// Response to GetAssociationStateRequest, containing the final association state
Expand Down

0 comments on commit c09b4fb

Please sign in to comment.