features: enable reactions when "pleroma_emoji_reactions" feature is present
This commit is contained in:
parent
1a8f37cd14
commit
60296ef751
|
@ -465,7 +465,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
||||||
*/
|
*/
|
||||||
emojiReacts: any([
|
emojiReacts: any([
|
||||||
v.software === PLEROMA && gte(v.version, '2.0.0'),
|
v.software === PLEROMA && gte(v.version, '2.0.0'),
|
||||||
v.software === DITTO,
|
features.includes('pleroma_emoji_reactions'),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue