Skip to content

Commit

Permalink
Remove cache key from related event match sender rule condition
Browse files Browse the repository at this point in the history
This key is used to cache the result on the event level, not specific
to any user.
  • Loading branch information
Fizzadar committed Mar 9, 2022
1 parent d3f7e52 commit d866ab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synapse/push/baserules.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ def make_base_prepend_rules(
"kind": "related_event_match",
"key": "sender",
"pattern_type": "user_id",
"_id": "_sender",
},
],
"actions": ["notify", {"set_tweak": "highlight", "value": False}],
Expand Down

0 comments on commit d866ab2

Please sign in to comment.