From c41530b4177485b7f272c3f7f9165447a1a2438b Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 22 Jun 2022 08:55:55 -0400 Subject: [PATCH] Add "feedUserFiltering" feature --- app/soapbox/utils/features.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index 2e644ef15..6f4a77ddf 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -271,6 +271,9 @@ const getInstanceFeatures = (instance: Instance) => { /** Whether the instance federates. */ federating: federation.get('enabled', true) === true, // Assume true unless explicitly false + /** Whether or not to show the Feed Carousel for suggested Statuses */ + feedUserFiltering: v.software === TRUTHSOCIAL, + /** * Can edit and manage timeline filters (aka "muted words"). * @see {@link https://docs.joinmastodon.org/methods/accounts/filters/}