chore: Use other join endpoint for room upgrades
This commit is contained in:
parent
e22d0e8b6c
commit
97fad52c03
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue