Announcement reactions fix
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
25350969fd
commit
43cc692c37
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
||||||
* @see DELETE /api/v1/announcements/:id/reactions/:name
|
* @see DELETE /api/v1/announcements/:id/reactions/:name
|
||||||
* @see {@link https://docs.joinmastodon.org/methods/announcements/}
|
* @see {@link https://docs.joinmastodon.org/methods/announcements/}
|
||||||
*/
|
*/
|
||||||
announcementsReactions: true, // v.software === MASTODON && gte(v.compatVersion, '3.1.0'),
|
announcementsReactions: v.software === MASTODON && gte(v.compatVersion, '3.1.0'),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pleroma backups.
|
* Pleroma backups.
|
||||||
|
|
Loading…
Reference in a new issue