Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Apr 17, 2024
1 parent ef5fa74 commit cb6857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/mls_validation/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ message ValidateGroupMessagesResponse {
message GetAssociationStateRequest {
// List of identity updates
repeated xmtp.identity.associations.IdentityUpdate updates = 1;
old_sequence_id uint64 = 2;
uint64 old_sequence_id = 2;
}

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

0 comments on commit cb6857c

Please sign in to comment.