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 {
|
void goToNewRoomAction() async {
|
||||||
final result = await showFutureLoadingDialog(
|
final result = await showFutureLoadingDialog(
|
||||||
context: context,
|
context: context,
|
||||||
future: () => room.client.joinRoom(
|
future: () => room.client.joinRoomById(
|
||||||
room
|
room
|
||||||
.getState(EventTypes.RoomTombstone)!
|
.getState(EventTypes.RoomTombstone)!
|
||||||
.parsedTombstoneContent
|
.parsedTombstoneContent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue