pl-api: update feature definitions for mitra

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-04-17 20:31:40 +02:00
parent e8f7b62068
commit 79b3f5e9b0

View File

@ -1247,6 +1247,7 @@ const getFeatures = (instance: Instance) => {
postLanguages: any([
v.software === AKKOMA,
v.software === MASTODON,
v.software === MITRA && gte(v.version, '3.23.0'),
v.software === PLEROMA && gte(v.version, '2.9.0'),
v.software === GOTOSOCIAL,
]),