From cbcca3e8bba16df8a2826391830cbc5fee2f5171 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 26 Dec 2024 16:20:13 +0100 Subject: [PATCH] chore: remove config for replies ids leftover from 9f8b6b8 --- upub/core/src/config.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/upub/core/src/config.rs b/upub/core/src/config.rs index 3ead8a4..7036995 100644 --- a/upub/core/src/config.rs +++ b/upub/core/src/config.rs @@ -83,9 +83,6 @@ pub struct SecurityConfig { #[serde_inline_default("changeme".to_string())] pub proxy_secret: String, - #[serde_inline_default(true)] - pub show_reply_ids: bool, - #[serde_inline_default(true)] pub allow_login_refresh: bool,