features: enable reactions when "pleroma_emoji_reactions" feature is present

This commit is contained in:
Alex Gleason 2024-05-23 11:43:09 -05:00
parent 1a8f37cd14
commit 60296ef751
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ const getInstanceFeatures = (instance: Instance) => {
*/
emojiReacts: any([
v.software === PLEROMA && gte(v.version, '2.0.0'),
v.software === DITTO,
features.includes('pleroma_emoji_reactions'),
]),
/**