fix(fedi): hashtags in replies federate as Hashtag tags + clickable links
services/ActivityPubService.js — #tags typed in a fediverse reply were sent as plain text.
deliverReply now links them (Mastodon-style <a class="mention hashtag" rel="tag">), and
buildReplyNote adds matching {type:'Hashtag', href:/tag/x, name:'#x'} entries to the Note's
tag array, so they are clickable + searchable on Mastodon and link to our /tag page.
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.