Disable privacyScopes on Ditto

This commit is contained in:
Alex Gleason 2023-07-27 09:52:09 -05:00
parent 0d5b21ca04
commit b0ee86139c
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -760,7 +760,7 @@ const getInstanceFeatures = (instance: Instance) => {
* Can set privacy scopes on statuses. * Can set privacy scopes on statuses.
* @see POST /api/v1/statuses * @see POST /api/v1/statuses
*/ */
privacyScopes: v.software !== TRUTHSOCIAL, privacyScopes: ![TRUTHSOCIAL, DITTO].includes(v.software!),
/** /**
* A directory of discoverable profiles from the instance. * A directory of discoverable profiles from the instance.