From eaa337de01b758e53e08aee123d1535a96e7babd Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Sat, 28 Feb 2026 20:59:56 -0600 Subject: [PATCH] Fix missing followsFeedShowReplies in FeedSettings literals --- src/components/InitialSyncGate.tsx | 1 + src/test/TestApp.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/InitialSyncGate.tsx b/src/components/InitialSyncGate.tsx index 8b9fbaf8..d8d12587 100644 --- a/src/components/InitialSyncGate.tsx +++ b/src/components/InitialSyncGate.tsx @@ -375,6 +375,7 @@ function SetupQuestionnaire({ onComplete, onPreload, isSignup = false }: { showProfileThemeUpdates: true, feedIncludeProfileThemeUpdates: true, showCustomProfileThemes: true, + followsFeedShowReplies: true, }; // Build sidebar order: base built-ins + selected extra kinds in CONTENT_KINDS order diff --git a/src/test/TestApp.tsx b/src/test/TestApp.tsx index 2eb8ce1e..ac7b1ff7 100644 --- a/src/test/TestApp.tsx +++ b/src/test/TestApp.tsx @@ -63,6 +63,7 @@ export function TestApp({ children }: TestAppProps) { showProfileThemeUpdates: true, feedIncludeProfileThemeUpdates: true, showCustomProfileThemes: true, + followsFeedShowReplies: true, }, sidebarOrder: [], nip85StatsPubkey: '5f68e85ee174102ca8978eef302129f081f03456c884185d5ec1c1224ab633ea',