Keep it somewhere accessible, and we are done configuring our new room.
We can now prepare the tombstone for the old room.
First, you should inform your users with a message, something like:
> Hi @room, we are migrating to a new room to fix some issues with this one.
You will not be able to post new messages here, please follow the provided redirection to join the new room.
Sorry for the inconvenience.
Now, open the developper tools in your old room by typing in the message box:
```
/devtools
```
*You can also open it by going in "Room Settings" -> "Advanced" -> "Open Devtools"*
A window must appear. Click on "Send Custom Event". Then click on the red button "Event" to create a "State Event".
Put `m.room.tombstone` as the Event Type, keep the State Key field empty, and finally enter the following content (replace the example room ID by the one of your new room):
```json
{
"body": "We migrated to a cleartext rooms as E2EE does not work well with large public rooms",