Skip to content

Commit

Permalink
Merge pull request #1779 from nextcloud/fix/absolute-activity-url
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Nov 27, 2024
2 parents 20bd6f8 + 130157d commit 37e7f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Activity/ProviderParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ protected function generateCircleParameter(Circle $circle): array {
'id' => $circle->getSingleId(),
'name' => $circle->getName(),
'_parsed' => $circle->getName(),
'link' => $circle->getUrl()
'link' => $this->url->getAbsoluteURL($circle->getUrl()),
];
}

Expand Down

0 comments on commit 37e7f55

Please sign in to comment.