зеркало из https://github.com/nextcloud/spreed.git
Use updated API to leave the current call.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
This commit is contained in:
Родитель
70ac3dc1cf
Коммит
0d2c40c0eb
|
@ -336,8 +336,7 @@
|
|||
|
||||
//If user is in that room, it should leave that room first.
|
||||
if (this.model.get('active')) {
|
||||
OCA.SpreedMe.Rooms.leaveCurrentRoom();
|
||||
OCA.SpreedMe.Rooms.showRoomDeletedMessage(true);
|
||||
OCA.SpreedMe.Calls.leaveCurrentCall(true);
|
||||
OC.Util.History.pushState({}, OC.generateUrl('/apps/spreed'));
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче