summaryrefslogtreecommitdiffstats
path: root/web/react/stores/preference_store.jsx
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-12-01 00:37:00 +0100
committerFlorian Orben <florian.orben@gmail.com>2015-12-01 22:41:06 +0100
commitc111777f85fc93ab18c6e28473e70c9ed2810683 (patch)
tree90b86627f7679529395b496a7b76c84f9f7bbea1 /web/react/stores/preference_store.jsx
parent2b2ee62a1df0504fff3f3e0e59966db1cd297531 (diff)
downloadchat-c111777f85fc93ab18c6e28473e70c9ed2810683.tar.gz
chat-c111777f85fc93ab18c6e28473e70c9ed2810683.tar.bz2
chat-c111777f85fc93ab18c6e28473e70c9ed2810683.zip
Allow to switch between default and emoji-one emoji style
Diffstat (limited to 'web/react/stores/preference_store.jsx')
-rw-r--r--web/react/stores/preference_store.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/stores/preference_store.jsx b/web/react/stores/preference_store.jsx
index 068bc29c2..69a4c166b 100644
--- a/web/react/stores/preference_store.jsx
+++ b/web/react/stores/preference_store.jsx
@@ -122,5 +122,6 @@ class PreferenceStoreClass extends EventEmitter {
}
const PreferenceStore = new PreferenceStoreClass();
+PreferenceStore.setMaxListeners(0);
export default PreferenceStore;
window.PreferenceStore = PreferenceStore;