mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 11:19:22 +01:00
matrix/m.room.tombstone: add a sample tombstone event
This commit is contained in:
parent
381a664f61
commit
e2fb24b416
@ -8,7 +8,15 @@
|
|||||||
|
|
||||||
# On Matrix tombstones
|
# 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
|
## PL50 tombstoning
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user