From 5fe108b6a506e2a27b92e81bf0266b10bff211fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 29 Apr 2024 23:41:38 +0200 Subject: [PATCH] Change default configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/normalizers/soapbox/soapbox-config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/normalizers/soapbox/soapbox-config.ts b/src/normalizers/soapbox/soapbox-config.ts index 4092f8367..42a40f2c8 100644 --- a/src/normalizers/soapbox/soapbox-config.ts +++ b/src/normalizers/soapbox/soapbox-config.ts @@ -102,10 +102,10 @@ export const SoapboxConfigRecord = ImmutableRecord({ limit: 1, }), aboutPages: ImmutableMap>(), - authenticatedProfile: true, + authenticatedProfile: false, linkFooterMessage: '', links: ImmutableMap(), - displayCta: true, + displayCta: false, /** Whether to inject suggested profiles into the Home feed. */ feedInjection: true, tileServer: '',