diff --git a/crates/api_common/src/site.rs b/crates/api_common/src/site.rs index ef3aa4f08..eeddb34cc 100644 --- a/crates/api_common/src/site.rs +++ b/crates/api_common/src/site.rs @@ -259,8 +259,6 @@ pub struct CreateSite { #[cfg_attr(feature = "full", ts(optional))] pub federation_enabled: Option, #[cfg_attr(feature = "full", ts(optional))] - pub federation_debug: Option, - #[cfg_attr(feature = "full", ts(optional))] pub captcha_enabled: Option, #[cfg_attr(feature = "full", ts(optional))] pub captcha_difficulty: Option, @@ -378,9 +376,6 @@ pub struct EditSite { /// Whether to enable federation. #[cfg_attr(feature = "full", ts(optional))] pub federation_enabled: Option, - /// Enables federation debugging. - #[cfg_attr(feature = "full", ts(optional))] - pub federation_debug: Option, /// Whether to enable captchas for signups. #[cfg_attr(feature = "full", ts(optional))] pub captcha_enabled: Option,