chore: Use other join endpoint for room upgrades

This commit is contained in:
Krille 2025-03-13 09:07:01 +01:00
parent e22d0e8b6c
commit 97fad52c03
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -1070,7 +1070,7 @@ class ChatController extends State<ChatPageWithRoom>
void goToNewRoomAction() async {
final result = await showFutureLoadingDialog(
context: context,
future: () => room.client.joinRoom(
future: () => room.client.joinRoomById(
room
.getState(EventTypes.RoomTombstone)!
.parsedTombstoneContent