From 4744a27dd520bfbcac7952e29128d5c2107f05f2 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 31 Jan 2025 16:57:12 -0800 Subject: [PATCH] fix(admin): fix social engagement switch not showing correct state. Fixes #4184 --- web/utils/config-constants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/utils/config-constants.tsx b/web/utils/config-constants.tsx index dfcee0252..0688c635c 100644 --- a/web/utils/config-constants.tsx +++ b/web/utils/config-constants.tsx @@ -326,7 +326,7 @@ export const FIELD_PROPS_FEDERATION_IS_PRIVATE = { export const FIELD_PROPS_SHOW_FEDERATION_ENGAGEMENT = { apiPath: API_FEDERATION_SHOW_ENGAGEMENT, - configPath: 'showEngagement', + configPath: 'federation', label: 'Show engagement', tip: 'Following, liking and sharing will appear in the chat feed.', useSubmit: true,