From e2fb24b41697ee023c4afe9efe2c768363a542c2 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 27 Oct 2023 14:13:03 +0300 Subject: [PATCH] matrix/m.room.tombstone: add a sample tombstone event --- matrix/m.room.tombstone/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/matrix/m.room.tombstone/README.md b/matrix/m.room.tombstone/README.md index 224d68d..ff3b1c2 100644 --- a/matrix/m.room.tombstone/README.md +++ b/matrix/m.room.tombstone/README.md @@ -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