kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Enable reactions on Ditto
rodzic
49d1ee339c
commit
02a4124b82
|
@ -463,7 +463,10 @@ const getInstanceFeatures = (instance: Instance) => {
|
||||||
* @see GET /api/v1/pleroma/statuses/:id/reactions/:emoji?
|
* @see GET /api/v1/pleroma/statuses/:id/reactions/:emoji?
|
||||||
* @see DELETE /api/v1/pleroma/statuses/:id/reactions/:emoji
|
* @see DELETE /api/v1/pleroma/statuses/:id/reactions/:emoji
|
||||||
*/
|
*/
|
||||||
emojiReacts: v.software === PLEROMA && gte(v.version, '2.0.0'),
|
emojiReacts: any([
|
||||||
|
v.software === PLEROMA && gte(v.version, '2.0.0'),
|
||||||
|
v.software === DITTO,
|
||||||
|
]),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ability to add emoji reactions to a status available in Mastodon forks.
|
* Ability to add emoji reactions to a status available in Mastodon forks.
|
||||||
|
|
Ładowanie…
Reference in New Issue