pl-api: add feature definition for blur media filter
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -878,6 +878,8 @@ const getFeatures = (instance: Instance) => {
|
||||
v.software === MASTODON,
|
||||
]),
|
||||
|
||||
filtersV2BlurAction: v.software === MASTODON && gte(v.version, '4.4.0'),
|
||||
|
||||
/**
|
||||
* Allows setting the focal point of a media attachment.
|
||||
* @see {@link https://docs.joinmastodon.org/methods/media/}
|
||||
|
||||
Reference in New Issue
Block a user