aboutsummaryrefslogtreecommitdiff
path: root/matrix-requests-todo/m.room.tombstone.json
blob: f67395da552688e3f249300dc7ab3ac9620a466a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "content": {
        "body": "This room has been replaced",
        "replacement_room": "!newroom:example.org"
    },
    "event_id": "$143273582443PhrSn:example.org",
    "origin_server_ts": 1432735824653,
    "room_id": "!jEsUZKDJdhlrceRyVU:example.org",
    "sender": "@example:example.org",
    "state_key": "",
    "type": "m.room.tombstone",
    "unsigned": {
        "age": 1234
    }
}