Add new API endpoint (instance endpoint)

This commit is contained in:
Jesse Wierzbinski 2023-09-30 17:24:58 -10:00
parent 4b82655e33
commit bff170d2e2
4 changed files with 100 additions and 0 deletions

View file

@ -30,6 +30,8 @@ export interface ConfigType {
blacklist_tempmail: boolean;
email_blacklist: string[];
url_scheme_whitelist: string[];
allowed_mime_types: string[];
};
defaults: {
@ -142,6 +144,8 @@ export const configDefaults: ConfigType = {
"mumble",
"ssb",
],
allowed_mime_types: [],
},
defaults: {
visibility: "public",