fix: use sint64 for timestamps

Co-authored-by: richΛrd <info@richardramos.me>
This commit is contained in:
Hanno Cornelius 2024-04-26 11:12:33 +01:00 committed by GitHub
parent fcc214f0a2
commit 21f52015e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,8 +82,8 @@ message StoreQueryRequest {
// Filter criteria for content-filtered queries // Filter criteria for content-filtered queries
optional string pubsub_topic = 10; optional string pubsub_topic = 10;
repeated string content_topics = 11; repeated string content_topics = 11;
optional int64 time_start = 12; optional sint64 time_start = 12;
optional int64 time_end = 13; optional sint64 time_end = 13;
// List of key criteria for lookup queries // List of key criteria for lookup queries
repeated bytes message_hashes = 20 // Message hashes (keys) to lookup repeated bytes message_hashes = 20 // Message hashes (keys) to lookup