You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Fix typo in push rules comment
Signed-off-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
@@ -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))) {
|
||||
|
||||
Reference in New Issue
Block a user