Enable custom emoji reacts on custom Pleroma forks

environments/review-emoji-floa-3ldg6x/deployments/2906
Alex Gleason 2 years ago
parent 5c7c0ea1dd
commit 47561e5c01
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -327,7 +327,11 @@ const getInstanceFeatures = (instance: Instance) => {
/**
* Ability to add non-standard reactions to a status.
*/
customEmojiReacts: v.software === PLEROMA && gte(v.version, '2.5.50'),
customEmojiReacts: any([
features.includes('pleroma_custom_emoji_reactions'),
features.includes('custom_emoji_reactions'),
v.software === PLEROMA && gte(v.version, '2.5.50'),
]),
/**
* Legacy DMs timeline where messages are displayed chronologically without groupings.

Loading…
Cancel
Save