Skip to content

Commit

Permalink
Merge pull request #207 from xmtp/coda/association-state-created-at
Browse files Browse the repository at this point in the history
AssociationState created_at
  • Loading branch information
codabrink authored Sep 17, 2024
2 parents 9fffa2b + a045933 commit a80c745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/identity/associations/association.proto
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ message IdentityUpdate {
message MemberMap {
MemberIdentifier key = 1;
Member value = 2;
uint64 created_at_ns = 3;
}

// A final association state resulting from multiple `IdentityUpdates`
Expand Down

0 comments on commit a80c745

Please sign in to comment.