Add status pinning and unpinning, fix bugs

This commit is contained in:
Jesse Wierzbinski 2023-11-26 14:56:16 -10:00
parent 0a74bbfe93
commit f51476e810
No known key found for this signature in database
14 changed files with 322 additions and 116 deletions

View file

@ -51,6 +51,7 @@ export interface ConfigType {
email_blacklist: string[];
url_scheme_whitelist: string[];
enforce_mime_types: boolean;
allowed_mime_types: string[];
};
@ -245,6 +246,7 @@ export const configDefaults: ConfigType = {
"ssb",
],
enforce_mime_types: false,
allowed_mime_types: [],
},
defaults: {