From c09b4fb5816c63384e51e562b797e31387cda7c2 Mon Sep 17 00:00:00 2001 From: Andrew Plaza Date: Thu, 18 Apr 2024 11:01:14 -0400 Subject: [PATCH] old<>new --- proto/mls_validation/v1/service.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/mls_validation/v1/service.proto b/proto/mls_validation/v1/service.proto index c04fb6ba..5a0482bd 100644 --- a/proto/mls_validation/v1/service.proto +++ b/proto/mls_validation/v1/service.proto @@ -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