summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-20 11:17:18 -0400
committerChristopher Speller <crspeller@gmail.com>2016-06-20 09:17:18 -0600
commit2fc4b3782862db2f284215df213a7b3b4cd1fdeb (patch)
tree217d74bfb6c70c0c0aac957282ef893bdf740778 /webapp/components/user_settings
parentaf02a35b545c1859b14607c1d134bbe54b8b3aaa (diff)
downloadchat-2fc4b3782862db2f284215df213a7b3b4cd1fdeb.tar.gz
chat-2fc4b3782862db2f284215df213a7b3b4cd1fdeb.tar.bz2
chat-2fc4b3782862db2f284215df213a7b3b4cd1fdeb.zip
removed reference to allKey (#3366)
Diffstat (limited to 'webapp/components/user_settings')
-rw-r--r--webapp/components/user_settings/user_settings_notifications.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/components/user_settings/user_settings_notifications.jsx b/webapp/components/user_settings/user_settings_notifications.jsx
index 26d960d46..5ae2a83af 100644
--- a/webapp/components/user_settings/user_settings_notifications.jsx
+++ b/webapp/components/user_settings/user_settings_notifications.jsx
@@ -156,7 +156,6 @@ class NotificationsTab extends React.Component {
data.mention_keys = stringKeys;
data.first_name = this.state.firstNameKey.toString();
- data.all = this.state.allKey.toString();
data.channel = this.state.channelKey.toString();
Client.updateUserNotifyProps(data,