aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/tribute.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/features/tribute.js')
-rw-r--r--web_src/js/features/tribute.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/features/tribute.js b/web_src/js/features/tribute.js
index 6fdb2f5df0..053804c43d 100644
--- a/web_src/js/features/tribute.js
+++ b/web_src/js/features/tribute.js
@@ -49,7 +49,7 @@ function makeCollections({mentions, emoji}) {
}
export default async function attachTribute(elementOrNodeList, {mentions, emoji} = {}) {
- if (!window.config.Tribute || !elementOrNodeList) return;
+ if (!window.config.requireTribute || !elementOrNodeList) return;
const nodes = Array.from('length' in elementOrNodeList ? elementOrNodeList : [elementOrNodeList]);
if (!nodes.length) return;