You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
or is not and
This commit is contained in:
@@ -66,7 +66,7 @@ module.exports = {
|
|||||||
var hl = 1;
|
var hl = 1;
|
||||||
|
|
||||||
var actions = ev.getPushActions(MatrixClientPeg.get());
|
var actions = ev.getPushActions(MatrixClientPeg.get());
|
||||||
if (actions || actions.tweaks && actions.tweaks.highlight) {
|
if (actions && actions.tweaks && actions.tweaks.highlight) {
|
||||||
hl = 2;
|
hl = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user