From 73c3fa6ee8950508e1dd0fb4d1b7d2220887224b Mon Sep 17 00:00:00 2001 From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Tue, 17 Jun 2025 10:20:41 +0200 Subject: [PATCH] fix: Get Sanitized Name Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> --- lib/Dashboard/TeamDashboardWidget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Dashboard/TeamDashboardWidget.php b/lib/Dashboard/TeamDashboardWidget.php index a5d8fc24b..49bac3c67 100644 --- a/lib/Dashboard/TeamDashboardWidget.php +++ b/lib/Dashboard/TeamDashboardWidget.php @@ -66,7 +66,7 @@ public function getItemsV2(string $userId, ?string $since = null, int $limit = 7 $circle->getDisplayName(), '', $this->urlGenerator->getAbsoluteURL($this->modelManager->generateLinkToCircle($circle->getSingleId())), - $this->urlGenerator->getAbsoluteURL($this->urlGenerator->linkToRoute('core.GuestAvatar.getAvatar', ['guestName' => $circle->getDisplayName(), 'size' => 64])) + $this->urlGenerator->getAbsoluteURL($this->urlGenerator->linkToRoute('core.GuestAvatar.getAvatar', ['guestName' => $circle->getSanitizedName(), 'size' => 64])) ); }, $this->circleService->probeCircles($probe)); } catch (\Exception $e) {