cacheDuration

This commit is contained in:
Simon
2025-09-03 14:50:45 +00:00
parent c7e67a3cba
commit 8a57d0c2bf
2 changed files with 152 additions and 106 deletions

View File

@@ -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)]