mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixed highighting at all mentions when enabled (#3606)
This commit is contained in:
committed by
Joram Wilander
parent
b353cc2cab
commit
4e16ea32e3
@@ -281,12 +281,9 @@ class UserStoreClass extends EventEmitter {
|
||||
keys.push(user.first_name);
|
||||
}
|
||||
|
||||
if (user.notify_props.all === 'true') {
|
||||
keys.push('@all');
|
||||
}
|
||||
|
||||
if (user.notify_props.channel === 'true') {
|
||||
keys.push('@channel');
|
||||
keys.push('@all');
|
||||
}
|
||||
|
||||
return keys;
|
||||
|
||||
Reference in New Issue
Block a user