pl-api: update feature definitions for shrimpnet

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-10-15 12:30:21 +02:00
parent a804812ba3
commit 35928c4770

View File

@ -1696,6 +1696,7 @@ const getFeatures = (instance: Instance) => {
*/ */
sessions: any([ sessions: any([
v.software === AKKOMA, v.software === AKKOMA,
v.software === ICESHRIMP_NET,
v.software === PLEROMA, v.software === PLEROMA,
v.software === GOTOSOCIAL && gte(v.version, '0.18.2'), v.software === GOTOSOCIAL && gte(v.version, '0.18.2'),
]), ]),