Discard changes to 'emojiReactsRGI' feature
This commit is contained in:
parent
9d08467b07
commit
2def1d0170
1 changed files with 1 additions and 2 deletions
|
@ -309,7 +309,6 @@ const getInstanceFeatures = (instance: Instance) => {
|
|||
*/
|
||||
chatsWithFollowers: v.software === TRUTHSOCIAL,
|
||||
|
||||
|
||||
/**
|
||||
* Mastodon's newer solution for direct messaging.
|
||||
* @see {@link https://docs.joinmastodon.org/methods/timelines/conversations/}
|
||||
|
@ -383,7 +382,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
|||
* The backend allows only RGI ("Recommended for General Interchange") emoji reactions.
|
||||
* @see PUT /api/v1/pleroma/statuses/:id/reactions/:emoji
|
||||
*/
|
||||
emojiReactsRGI: (v.software === PLEROMA && gte(v.version, '2.2.49')) || v.software === TRUTHSOCIAL,
|
||||
emojiReactsRGI: v.software === PLEROMA && gte(v.version, '2.2.49'),
|
||||
|
||||
/**
|
||||
* Sign in with an Ethereum wallet.
|
||||
|
|
Loading…
Reference in a new issue