matrix/m.room.tombstone: add a sample tombstone event

This commit is contained in:
Aminda Suomalainen 2023-10-27 14:13:03 +03:00
parent 381a664f61
commit e2fb24b416
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 9 additions and 1 deletions

View File

@ -8,7 +8,15 @@
# On Matrix tombstones
I am not putting the events here as I have [scripts for that separately](https://gitea.blesmrt.net/mikaela/scripts/src/branch/master/bash).
```json
{
"body": "This room has been replaced",
"replacement_room": "!NewRoomID:example.net"
}
```
Note [my scripts for tombstoning](https://gitea.blesmrt.net/mikaela/scripts/src/branch/master/bash),
`matrix-{tombstone,upgrade}-room.bash`.
## PL50 tombstoning