Define where to find via for following tombstone/predecessor

Signed-off-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
Tulir Asokan 2026-04-04 15:55:50 +03:00
parent 156d1b878a
commit bd09c90b47
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
Clarify how to find `via` parameter when following room upgrades.

View file

@ -20,6 +20,10 @@ old room. Another approach may be to virtually merge the rooms such that
the old room's timeline seamlessly continues into the new timeline
without the user having to jump between the rooms.
When joining a room using the room ID in an `m.room.tombstone` event or
`predecessor` field on `m.room.create`, clients SHOULD parse the event
sender and use the resulting server name as a `via` parameter.
{{% http-api spec="client-server" api="room_upgrades" %}}
#### Server behaviour