remove params

This commit is contained in:
Felix Ableitner 2024-11-26 11:09:05 +01:00
parent 44208e3519
commit a639f0c535
2 changed files with 0 additions and 10 deletions

View file

@ -48,8 +48,6 @@ export type CreateSite = {
federation_debug?: boolean;
captcha_enabled?: boolean;
captcha_difficulty?: string;
allowed_instances?: Array<string>;
blocked_instances?: Array<string>;
registration_mode?: RegistrationMode;
oauth_registration?: boolean;
content_warning?: string;

View file

@ -138,14 +138,6 @@ export type EditSite = {
* The captcha difficulty. Can be easy, medium, or hard
*/
captcha_difficulty?: string;
/**
* A list of allowed instances. If none are set, federation is open.
*/
allowed_instances?: Array<string>;
/**
* A list of blocked instances.
*/
blocked_instances?: Array<string>;
/**
* A list of blocked URLs
*/