fix(fedi): mention link href = profile URL, actor URI in the Mention tag (data-actor)
services/ActivityPubService.js — mention links used the actor URI as href, so on Mastodon a
click opened the remote AP endpoint instead of the profile. Now the link href is the human
profile URL (actor.url) with the actor URI carried in data-actor; mentionTags reads
data-actor for the Mention tag href. Applies to deliverReply, resolveMentionsInText and
deliverOutboxUpdate.
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.