chore: Follow up join room
This commit is contained in:
parent
5fc75ac307
commit
b6668cee6f
2 changed files with 3 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ class ChatListController extends State<ChatList>
|
|||
await room.join();
|
||||
await waitForRoom;
|
||||
},
|
||||
exceptionContext: ExceptionContext.joinRoom,
|
||||
);
|
||||
if (joinResult.error != null) return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue