summaryrefslogtreecommitdiffstats
path: root/webapp/utils/event_types.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils/event_types.jsx')
-rw-r--r--webapp/utils/event_types.jsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/webapp/utils/event_types.jsx b/webapp/utils/event_types.jsx
new file mode 100644
index 000000000..1d43f4290
--- /dev/null
+++ b/webapp/utils/event_types.jsx
@@ -0,0 +1,8 @@
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
+// See License.txt for license information.
+
+import keyMirror from 'key-mirror';
+
+export default keyMirror({
+ POST_LIST_SCROLL_CHANGE: null
+});