Discard changes to 'emojiReactsRGI' feature

renovate/docker-23.x
Chewbacca 2023-02-09 13:13:01 -05:00
rodzic 9d08467b07
commit 2def1d0170
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -309,7 +309,6 @@ const getInstanceFeatures = (instance: Instance) => {
*/ */
chatsWithFollowers: v.software === TRUTHSOCIAL, chatsWithFollowers: v.software === TRUTHSOCIAL,
/** /**
* Mastodon's newer solution for direct messaging. * Mastodon's newer solution for direct messaging.
* @see {@link https://docs.joinmastodon.org/methods/timelines/conversations/} * @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. * The backend allows only RGI ("Recommended for General Interchange") emoji reactions.
* @see PUT /api/v1/pleroma/statuses/:id/reactions/:emoji * @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. * Sign in with an Ethereum wallet.