Disable privacyScopes on Ditto
This commit is contained in:
parent
0d5b21ca04
commit
b0ee86139c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue