Skip to content
Snippets Groups Projects
Commit 2e697d30 authored by Erik Johnston's avatar Erik Johnston
Browse files

Explicitly check that tombstone is a state event before notifying.

parent 72167fb3
No related branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,13 @@ BASE_APPEND_OVERRIDE_RULES = [ ...@@ -245,7 +245,13 @@ BASE_APPEND_OVERRIDE_RULES = [
"key": "type", "key": "type",
"pattern": "m.room.tombstone", "pattern": "m.room.tombstone",
"_id": "_tombstone", "_id": "_tombstone",
} },
{
"kind": "event_match",
"key": "state_key",
"pattern": "",
"_id": "_tombstone_statekey",
},
], ],
"actions": ["notify", {"set_tweak": "highlight", "value": True}], "actions": ["notify", {"set_tweak": "highlight", "value": True}],
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment