From 8e9a176054836d0f7ace5264b54cdff01df40ab5 Mon Sep 17 00:00:00 2001 From: diondiondion Date: Fri, 4 Sep 2026 09:38:30 +0000 Subject: [PATCH] Fix Fediverse Feed feature flag check (#40380) --- app/javascript/mastodon/features/firehose/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/firehose/index.jsx b/app/javascript/mastodon/features/firehose/index.jsx index 4b6e0bb19bc..5b92b0b4319 100644 --- a/app/javascript/mastodon/features/firehose/index.jsx +++ b/app/javascript/mastodon/features/firehose/index.jsx @@ -182,7 +182,7 @@ const Firehose = ({ feedType, multiColumn }) => { return ( - {isRedesignEnabled ? ( + {isRedesignEnabled() ? (