From 96b5386d10111e0ca824b761119c68ba9a89e534 Mon Sep 17 00:00:00 2001 From: Dakota Brink Date: Wed, 18 Sep 2024 14:01:06 -0400 Subject: [PATCH] fix(pencil): Rename timestamp from server to client --- proto/identity/associations/association.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/identity/associations/association.proto b/proto/identity/associations/association.proto index 74ae1e0..501bedb 100644 --- a/proto/identity/associations/association.proto +++ b/proto/identity/associations/association.proto @@ -20,7 +20,7 @@ message MemberIdentifier { message Member { MemberIdentifier identifier = 1; optional MemberIdentifier added_by_entity = 2; - optional uint64 server_timestamp_ns = 3; + optional uint64 client_timestamp_ns = 3; } // The first entry of any XID log. The XID must be deterministically derivable