Skip to content

Commit

Permalink
Remove using the AP id as the URL (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
BentiGorlich authored Dec 10, 2024
1 parent 2ed2b73 commit 467d225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory/ActivityPub/EntryPageFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ private function getUrl(Entry $entry): string
return $this->imageManager->getUrl($entry->image);
}

return $entry->url ?? $this->getActivityPubId($entry);
return $entry->url;
}
}

0 comments on commit 467d225

Please sign in to comment.