Merge branch 'ditto-scopes' into 'develop'
Disable privacyScopes on Ditto See merge request soapbox-pub/soapbox!2633
This commit is contained in:
commit
4fca1c2393
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
|||
* Can set privacy scopes on statuses.
|
||||
* @see POST /api/v1/statuses
|
||||
*/
|
||||
privacyScopes: v.software !== TRUTHSOCIAL,
|
||||
privacyScopes: ![TRUTHSOCIAL, DITTO].includes(v.software!),
|
||||
|
||||
/**
|
||||
* A directory of discoverable profiles from the instance.
|
||||
|
|
Loading…
Reference in a new issue