-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't workingpriority: mediumFor issues that affect some users or functionality, but have acceptable workaroundsFor issues that affect some users or functionality, but have acceptable workarounds
Description
When clicking on mentions (e.g., https://barriomarte.sutty.nl/about.jsonld) in the post content, the link opens the raw JSON activity instead of redirecting to the actor's profile page (e.g., http://reader.distributed.press/profile.html?actor=https://barriomarte.sutty.nl/about.jsonld).
This issue seems to have surfaced after the insertImagesAndVideos changes. The anchor links are not being correctly updated during content processing, leading to incorrect navigation behavior.
reader.distributed.press/post.js
Line 45 in c8b5eba
| function insertImagesAndVideos (content) { |
reader.distributed.press/post.js
Line 158 in c8b5eba
| const anchors = contentDOM.querySelectorAll('a') |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority: mediumFor issues that affect some users or functionality, but have acceptable workaroundsFor issues that affect some users or functionality, but have acceptable workarounds