From 72d735916e881e293d00824a6135c871a0569ff7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 5 Sep 2024 10:19:53 +0200 Subject: [PATCH] Rename `@pleroma/local-only` to `@pleroma/local-visibility-post` --- src/utils/supports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/supports.js b/src/utils/supports.js index fb81d919..cc396233 100644 --- a/src/utils/supports.js +++ b/src/utils/supports.js @@ -21,7 +21,7 @@ const platformFeatures = { '@pixelfed/trending': containPixelfed, '@pixelfed/home-include-reblogs': containPixelfed, '@pixelfed/global-feed': containPixelfed, - '@pleroma/local-only': containAnyOma, + '@pleroma/local-visibility-post': containAnyOma, }; const supportsCache = {};