summary refs log tree commit diff
path: root/synapse/push/baserules.py
diff options
context:
space:
mode:
authorAmber H. Brown <hawkowl@atleastfornow.net>2019-08-13 21:53:09 +1000
committerAmber H. Brown <hawkowl@atleastfornow.net>2019-08-13 21:53:09 +1000
commite5eddea699b95ea979f7d55b7c60b287b7bea11a (patch)
tree406a2e1d341c0865663d8d9574c4ab060ceeaddf /synapse/push/baserules.py
parentinitial (diff)
parentDon't load the media repo when configured to use an external media repo (#5754) (diff)
downloadsynapse-e5eddea699b95ea979f7d55b7c60b287b7bea11a.tar.xz
Merge remote-tracking branch 'origin/develop' into hawkowl/fsb
Diffstat (limited to 'synapse/push/baserules.py')
-rw-r--r--synapse/push/baserules.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/synapse/push/baserules.py b/synapse/push/baserules.py

index 134bf805eb..286374d0b5 100644 --- a/synapse/push/baserules.py +++ b/synapse/push/baserules.py
@@ -245,7 +245,13 @@ BASE_APPEND_OVERRIDE_RULES = [ "key": "type", "pattern": "m.room.tombstone", "_id": "_tombstone", - } + }, + { + "kind": "event_match", + "key": "state_key", + "pattern": "", + "_id": "_tombstone_statekey", + }, ], "actions": ["notify", {"set_tweak": "highlight", "value": True}], },