Merge branch 'announcements' into 'main'
Announcement reactions fix See merge request soapbox-pub/soapbox!3008
This commit is contained in:
commit
39a9e174d4
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 {@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.
|
||||
|
|
Loading…
Reference in a new issue