social-app
social-app copied to clipboard
Account mentions link to did profile URL
Describe the bug
When clicking on a handle (@) in a post on the web version, we're taken to a profile URL looking like https://bsky.app/profile/did:... instead of the previous behavior https://bsky.app/profile/accounthandle
To Reproduce
Steps to reproduce the behavior:
- Go https://bsky.app/profile/jacob.gold/post/3knoqqvusbc2x
- Click on the @ mention
- Check the displayed URL: it's https://bsky.app/profile/did:plc:linrigsaay5zenhg756ca6tg
Expected behavior
We should be taken to https://bsky.app/profile/matthieu.bsky.team
Details
- Platform: Desktop
- Platform version: Firefox 124.0, Windows 11
- App version: 1.75.0
I think this behaviour might be by design, because by making the link point to the DID it means that links to profiles don't break if someone changes their handle.