mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
8d05ee7a33
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class VectorPushRuleDefinition {
|
|||
// The actions must match to the ones expected by vector state.
|
||||
// Use `decodeActions` on both sides to canonicalize things like
|
||||
// value: true vs. unspecified for highlight (which defaults to
|
||||
// true, making them equivalent.
|
||||
// true, making them equivalent).
|
||||
if (enabled &&
|
||||
JSON.stringify(decodeActions(rule.actions)) ===
|
||||
JSON.stringify(decodeActions(vectorStateToActions))) {
|
||||
|
|
Loading…
Reference in a new issue