cacheDuration
This commit is contained in:
@@ -18,6 +18,7 @@ pub struct Channel {
|
||||
pub categories: Vec<String>, //[],
|
||||
pub options: Vec<ChannelOption>,
|
||||
pub nsfw: bool, //true
|
||||
pub cacheDuration: u32, //Some(86400)
|
||||
}
|
||||
|
||||
#[derive(serde::Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user