ALLOW_FILES flag

This commit is contained in:
Tamás Kádár
2024-03-15 14:14:17 +00:00
parent 7213e6c690
commit 2653a4bccf
5 changed files with 16 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ pub struct Status {
pub max_views: u32,
pub max_expiration: u32,
pub allow_advanced: bool,
pub allow_files: bool,
// Theme
pub theme_image: String,
pub theme_text: String,