Skip to content
Snippets Groups Projects
Commit 8a980398 authored by Midhun Suresh's avatar Midhun Suresh
Browse files

Change comment

parent f929d108
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ export class Hydrogen implements IMatrixClient {
private async _joinRoom(roomId: string): Promise<any> {
await this._session.joinRoom(roomId);
// even though we've joined the room, we need to wait till the next sync for the actual room
// even though we've joined the room, we need to wait till the next sync to get the room
await this._waitForRoomFromSync(roomId);
return this._session.rooms.get(roomId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment