Compare commits
1 Commits
3412dc34c1
...
91df514bd6
Author | SHA1 | Date | |
---|---|---|---|
91df514bd6 |
@ -68,6 +68,12 @@ message ListRequest {
|
|||||||
TimeFilter Filter = 1;
|
TimeFilter Filter = 1;
|
||||||
bool Blacklisted = 2;
|
bool Blacklisted = 2;
|
||||||
Pagination Page = 3;
|
Pagination Page = 3;
|
||||||
|
/*
|
||||||
|
0 - time ASC
|
||||||
|
1 - time DSC
|
||||||
|
2 - date ASC
|
||||||
|
3 - date DSC
|
||||||
|
*/
|
||||||
uint32 Sort = 4;
|
uint32 Sort = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user