коммит произвёл
Joram Wilander
родитель
6f0a7e4b13
Коммит
f3825ba766
@@ -842,7 +842,7 @@ class NotificationsTab extends React.Component {
|
||||
/>
|
||||
<FormattedMessage
|
||||
id='user.settings.notifications.channelWide'
|
||||
defaultMessage='Channel-wide mentions "@channel"'
|
||||
defaultMessage='Channel-wide mentions "@channel", "@all"'
|
||||
/>
|
||||
</label>
|
||||
</div>
|
||||
@@ -896,12 +896,9 @@ class NotificationsTab extends React.Component {
|
||||
keys.push('@' + user.username);
|
||||
}
|
||||
|
||||
// if (this.state.allKey) {
|
||||
// keys.push('@all');
|
||||
// }
|
||||
|
||||
if (this.state.channelKey) {
|
||||
keys.push('@channel');
|
||||
keys.push('@all');
|
||||
}
|
||||
if (this.state.customKeys.length > 0) {
|
||||
keys = keys.concat(this.state.customKeys.split(','));
|
||||
|
||||
Ссылка в новой задаче
Block a user