kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
features: support explicitAddressing on Ditto
rodzic
1f665defb6
commit
98c27687cb
|
@ -501,6 +501,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
||||||
explicitAddressing: any([
|
explicitAddressing: any([
|
||||||
v.software === PLEROMA && gte(v.version, '1.0.0'),
|
v.software === PLEROMA && gte(v.version, '1.0.0'),
|
||||||
v.software === TRUTHSOCIAL,
|
v.software === TRUTHSOCIAL,
|
||||||
|
v.software === DITTO,
|
||||||
]),
|
]),
|
||||||
|
|
||||||
/** Whether to allow exporting follows/blocks/mutes to CSV by paginating the API. */
|
/** Whether to allow exporting follows/blocks/mutes to CSV by paginating the API. */
|
||||||
|
|
Ładowanie…
Reference in New Issue