Sort Top by Timeframe

This commit is contained in:
spikecodes 2020-12-29 17:11:47 -08:00
parent 44c4341e67
commit f65ee2eb6a
8 changed files with 76 additions and 43 deletions

View file

@ -66,6 +66,7 @@ pub struct Subreddit {
// Parser for query params, used in sorting (eg. /r/rust/?sort=hot)
#[derive(serde::Deserialize)]
pub struct Params {
pub t: Option<String>,
pub sort: Option<String>,
pub after: Option<String>,
pub before: Option<String>,