From 43cc692c37d28471734c4639ffef07ea1215eb21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sun, 28 Apr 2024 15:23:57 +0200 Subject: [PATCH] Announcement reactions fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/utils/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/features.ts b/src/utils/features.ts index 9e04d08210..71a64293b3 100644 --- a/src/utils/features.ts +++ b/src/utils/features.ts @@ -231,7 +231,7 @@ const getInstanceFeatures = (instance: Instance) => { * @see DELETE /api/v1/announcements/:id/reactions/:name * @see {@link https://docs.joinmastodon.org/methods/announcements/} */ - announcementsReactions: true, // v.software === MASTODON && gte(v.compatVersion, '3.1.0'), + announcementsReactions: v.software === MASTODON && gte(v.compatVersion, '3.1.0'), /** * Pleroma backups.