Merge remote-tracking branch 'mkljczk/develop' into develop

This commit is contained in:
nicole mikołajczyk
2025-08-16 09:38:19 +02:00

View File

@ -878,7 +878,10 @@ const getFeatures = (instance: Instance) => {
v.software === MASTODON,
]),
filtersV2BlurAction: v.software === MASTODON && gte(v.version, '4.4.0'),
filtersV2BlurAction: any([
v.software === GOTOSOCIAL && gte(v.version, '0.20.0'),
v.software === MASTODON && gte(v.version, '4.4.0'),
]),
/**
* Allows setting the focal point of a media attachment.