Bluesky: use did based profile links

This commit is contained in:
Michael 2025-04-16 04:13:09 +00:00
commit 37d324e63b
3 changed files with 3 additions and 3 deletions

View file

@ -1729,7 +1729,7 @@ class Probe
$data = [
'network' => Protocol::BLUESKY,
'url' => $profile->did,
'alias' => ATProtocol::WEB . '/profile/' . $nick,
'alias' => ATProtocol::WEB . '/profile/' . $profile->did,
'name' => $name ?: $nick,
'nick' => $nick,
'addr' => $nick,