Update room list after reconnect.

Signed-off-by: Joachim Bauch <bauch@struktur.de>
This commit is contained in:
Joachim Bauch 2017-10-30 16:49:20 +01:00
Родитель d40777eca6
Коммит 40f6cfeb41
Не удалось извлечь подпись
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -667,6 +667,11 @@
}
this._trigger("connect");
if (this.reconnected) {
// The list of rooms might have changed while we were not connected,
// so perform resync once.
this.internalSyncRooms();
}
if (!resumedSession && this.currentCallToken) {
this.joinCall(this.currentCallToken);
}