Skip to content

Commit

Permalink
Merge pull request #208 from xmtp/coda/association-state-created-at
Browse files Browse the repository at this point in the history
Move created_at to member, and make it optional
  • Loading branch information
codabrink authored Sep 18, 2024
2 parents a80c745 + cc0a884 commit fef3c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/identity/associations/association.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ message MemberIdentifier {
message Member {
MemberIdentifier identifier = 1;
optional MemberIdentifier added_by_entity = 2;
optional uint64 server_timestamp_ns = 3;
}

// The first entry of any XID log. The XID must be deterministically derivable
Expand Down Expand Up @@ -83,7 +84,6 @@ 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 fef3c3d

Please sign in to comment.