pl-api: enable avatar/header descriptions on upstream pleroma

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2025-02-26 20:14:33 +01:00
parent 30885afeb0
commit 1dbdb91f80

View File

@ -168,7 +168,7 @@ const getFeatures = (instance: Instance) => {
*/
accountAvatarDescription: any([
v.software === GOTOSOCIAL && gte(v.version, '0.17.0'),
v.software === PLEROMA && v.build === PL,
v.software === PLEROMA && gte(v.version, '2.8.0'),
]),
/**