We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd29ece commit 99cc3c0Copy full SHA for 99cc3c0
lib/Service/SyncService.php
@@ -293,6 +293,8 @@ public function syncNextcloudGroup(string $groupId): Circle {
293
$this->outputService->output('Syncing Nextcloud Group \'' . $groupId . '\'', true);
294
295
$circle = $this->federatedUserService->getGroupCircle($groupId);
296
+ $this->circleService->updateDisplayName($circle->getSingleId(), $this->groupManager->getDisplayName($groupId));
297
+
298
$members = array_map(function (Member $member): string {
299
return $member->getSingleId();
300
}, $this->memberRequest->getMembers($circle->getSingleId()));
0 commit comments