Skip to content

Commit 99cc3c0

Browse files
provokateurinbackportbot[bot]
authored andcommitted
fix(SyncService): Sync group display names
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent cd29ece commit 99cc3c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Service/SyncService.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ public function syncNextcloudGroup(string $groupId): Circle {
293293
$this->outputService->output('Syncing Nextcloud Group \'' . $groupId . '\'', true);
294294

295295
$circle = $this->federatedUserService->getGroupCircle($groupId);
296+
$this->circleService->updateDisplayName($circle->getSingleId(), $this->groupManager->getDisplayName($groupId));
297+
296298
$members = array_map(function (Member $member): string {
297299
return $member->getSingleId();
298300
}, $this->memberRequest->getMembers($circle->getSingleId()));

0 commit comments

Comments
 (0)