зеркало из https://github.com/nextcloud/spreed.git
Update room list after reconnect.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
This commit is contained in:
Родитель
d40777eca6
Коммит
40f6cfeb41
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче