|
|
|
@ -382,7 +382,7 @@ Definition:
|
|
|
|
|
|
|
|
|
|
|
|
``.m.rule.tombstone``
|
|
|
|
``.m.rule.tombstone``
|
|
|
|
`````````````````````
|
|
|
|
`````````````````````
|
|
|
|
Matches any event whose type is ``m.room.tombstone``. This is intended
|
|
|
|
Matches any state event whose type is ``m.room.tombstone``. This is intended
|
|
|
|
to notify users of a room when it is upgraded, similar to what an
|
|
|
|
to notify users of a room when it is upgraded, similar to what an
|
|
|
|
``@room`` notification would accomplish.
|
|
|
|
``@room`` notification would accomplish.
|
|
|
|
|
|
|
|
|
|
|
|
@ -399,6 +399,11 @@ Definition:
|
|
|
|
"kind": "event_match",
|
|
|
|
"kind": "event_match",
|
|
|
|
"key": "type",
|
|
|
|
"key": "type",
|
|
|
|
"pattern": "m.room.tombstone"
|
|
|
|
"pattern": "m.room.tombstone"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"kind": "event_match",
|
|
|
|
|
|
|
|
"key": "state_key",
|
|
|
|
|
|
|
|
"pattern": ""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"actions": [
|
|
|
|
"actions": [
|
|
|
|
|