pl-api: support post editing on gotosocial

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-31 12:37:37 +01:00
parent 0eb12f9466
commit 781fb7a86d
4 changed files with 7 additions and 6 deletions

View File

@ -491,6 +491,7 @@ const getFeatures = (instance: Instance) => {
editStatuses: any([
v.software === FIREFISH,
v.software === FRIENDICA && gte(v.version, '2022.12.0'),
v.software === GOTOSOCIAL && gte(v.version, '0.17.4'),
v.software === ICESHRIMP,
v.software === ICESHRIMP_NET,
v.software === MASTODON,