mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
removed reference to allKey (#3366)
This commit is contained in:
committed by
Christopher Speller
parent
af02a35b54
commit
2fc4b37828
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user