Rename @pleroma/local-only to @pleroma/local-visibility-post

This commit is contained in:
Stefano Pigozzi 2024-09-05 10:19:53 +02:00
parent bf792c77f4
commit 72d735916e
No known key found for this signature in database
GPG key ID: 5ADA3868646C3FC0

View file

@ -21,7 +21,7 @@ const platformFeatures = {
'@pixelfed/trending': containPixelfed, '@pixelfed/trending': containPixelfed,
'@pixelfed/home-include-reblogs': containPixelfed, '@pixelfed/home-include-reblogs': containPixelfed,
'@pixelfed/global-feed': containPixelfed, '@pixelfed/global-feed': containPixelfed,
'@pleroma/local-only': containAnyOma, '@pleroma/local-visibility-post': containAnyOma,
}; };
const supportsCache = {}; const supportsCache = {};