feat(fedi): inline @mentions in replies federate (resolve + link + notify)
services/ActivityPubService.js — replies now resolve inline @user@domain mentions
(resolveMentionsInText via WebFinger), link them (class="u-url mention", href = actor URI)
and deliver to the mentioned actors' inboxes so they get notified. buildReplyNote derives
Mention tags from the content (mentionTags) — covering the parent mention + inline ones.
deliverOutboxUpdate (edit) links inline mentions too.
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.