Skip to content

Commit 97fad52

Browse files
committed
chore: Use other join endpoint for room upgrades
1 parent e22d0e8 commit 97fad52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pages/chat/chat.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ class ChatController extends State<ChatPageWithRoom>
10701070
void goToNewRoomAction() async {
10711071
final result = await showFutureLoadingDialog(
10721072
context: context,
1073-
future: () => room.client.joinRoom(
1073+
future: () => room.client.joinRoomById(
10741074
room
10751075
.getState(EventTypes.RoomTombstone)!
10761076
.parsedTombstoneContent

0 commit comments

Comments
 (0)