Update 'app/soapbox/utils/features.ts'

This commit is contained in:
Gitea Hub 2023-07-14 05:17:52 +00:00
parent 2e3c1c395a
commit 1afee2a016

View file

@ -373,7 +373,7 @@ const getInstanceFeatures = (instance: Instance) => {
* Can set status visibility to local-only
* @see {@link https://docs.akkoma.dev/stable/development/API/differences_in_mastoapi_responses/#statuses}
*/
localOnlyPrivacy: v.software === AKKOMA,
localOnlyPrivacy: v.software === PLEROMA,
/**
* Can perform moderation actions with account and reports.