Bluesky: use did based profile links
This commit is contained in:
parent
83f561ea49
commit
37d324e63b
3 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue