992
edits
(→2025-09-26 How to archive aka "tombstone" a Matrix room: highlight replacement room is optional) |
(→2025-09-26 How to archive aka "tombstone" a Matrix room: clarify it's a nil strin) |
||
| Line 19: | Line 19: | ||
* In the room to be tombstoned, type <code>/devtools</code>, then '''Explore room state''', then '''Send custom state event''', then send: | * In the room to be tombstoned, type <code>/devtools</code>, then '''Explore room state''', then '''Send custom state event''', then send: | ||
* Event type: '''m.room.tombstone''' | * Event type: '''m.room.tombstone''' | ||
* Leave state key empty and send the following state ("replacement_room" is the id of the new room, you can find it in the new room's settings and it is '''optional''', i.e. | * Leave state key empty and send the following state ("replacement_room" is the id of the new room, you can find it in the new room's settings and it is '''optional''', i.e. use <code>"replacement_room": ""</code> if you don't have a replacement) | ||
<pre> | <pre> | ||
{ | { | ||
edits