Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/RoomController.php')
-rw-r--r--lib/Controller/RoomController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/RoomController.php b/lib/Controller/RoomController.php
index 2fa28da53..113583337 100644
--- a/lib/Controller/RoomController.php
+++ b/lib/Controller/RoomController.php
@@ -1618,7 +1618,7 @@ class RoomController extends AEnvironmentAwareController {
$participant = $this->participantService->joinRoom($room, $user, $password, $result['result']);
$this->participantService->generatePinForParticipant($room, $participant);
} else {
- $participant = $this->participantService->joinRoomAsNewGuest($room, $password, $result['result']);
+ $participant = $this->participantService->joinRoomAsNewGuest($room, $password, $result['result'], $previousParticipant);
}
} catch (InvalidPasswordException $e) {
return new DataResponse([], Http::STATUS_FORBIDDEN);