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
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-03-14 15:02:32 +0300
committerGitHub <noreply@github.com>2022-03-14 15:02:32 +0300
commitfa592359febcee37cebe1a4bee9591a9eb33a05d (patch)
treebaa20047bb0e658c4874c61a09c73810d651285c /lib
parentda9aadc574260f63913ff43c7bc4efeed9309b83 (diff)
parentf95553c1c04eb33638ea6b1af1f0a00e4a0bdd73 (diff)
Merge pull request #6992 from nextcloud/fix-permissions-not-honoured-if-updated-right-before-joining-a-call
Fix permissions not honoured if updated right before joining a call
Diffstat (limited to 'lib')
-rw-r--r--lib/Signaling/BackendNotifier.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Signaling/BackendNotifier.php b/lib/Signaling/BackendNotifier.php
index 4fdada9c0..fe8cd4266 100644
--- a/lib/Signaling/BackendNotifier.php
+++ b/lib/Signaling/BackendNotifier.php
@@ -383,6 +383,7 @@ class BackendNotifier {
'sessionId' => $session->getSessionId(),
'nextcloudSessionId' => $session->getSessionId(),
'participantType' => $attendee->getParticipantType(),
+ 'participantPermissions' => $participant->getPermissions(),
];
if ($attendee->getActorType() === Attendee::ACTOR_USERS) {
$data['userId'] = $attendee->getActorId();