From b59ccec099c6df9c9fd9c415bca316b748fbdc75 Mon Sep 17 00:00:00 2001 From: itzaname Date: Sat, 29 Oct 2022 00:47:51 -0400 Subject: [PATCH] Change event filter to be by date --- events.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events.proto b/events.proto index afe9669..86e588e 100644 --- a/events.proto +++ b/events.proto @@ -30,7 +30,7 @@ message EventItem { } message LatestRequest { - optional int64 LastID = 1; + optional int64 Date = 1; Pagination Page = 2; }