mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
or is not and
This commit is contained in:
parent
46646cbd87
commit
898737d806
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ module.exports = {
|
|||
var hl = 1;
|
||||
|
||||
var actions = ev.getPushActions(MatrixClientPeg.get());
|
||||
if (actions || actions.tweaks && actions.tweaks.highlight) {
|
||||
if (actions && actions.tweaks && actions.tweaks.highlight) {
|
||||
hl = 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue