From 91df514bd6541f52cdda12cc9a6dbaa172438233 Mon Sep 17 00:00:00 2001 From: itzaname Date: Sun, 19 Mar 2023 15:13:24 -0400 Subject: [PATCH] Add extra docs for sort --- times.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/times.proto b/times.proto index 11842c4..9f5e86b 100644 --- a/times.proto +++ b/times.proto @@ -68,6 +68,12 @@ message ListRequest { TimeFilter Filter = 1; bool Blacklisted = 2; Pagination Page = 3; + /* + 0 - time ASC + 1 - time DSC + 2 - date ASC + 3 - date DSC + */ uint32 Sort = 4; }