From c4d299059887bea3dcb1bdf35c06a4970b7c78d4 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 24 May 2024 22:30:25 -0500 Subject: [PATCH] Enable familiarFollowers on Ditto --- src/utils/features.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/features.ts b/src/utils/features.ts index a920055b6..00737592b 100644 --- a/src/utils/features.ts +++ b/src/utils/features.ts @@ -529,6 +529,7 @@ const getInstanceFeatures = (instance: Instance) => { v.software === MASTODON && gte(v.version, '3.5.0'), v.software === PLEROMA && gte(v.version, '2.5.51') && v.build === REBASED, v.software === TAKAHE, + v.software === DITTO, ]), /** Whether the instance federates. */