feat(news): show boosts from followed accounts in the News feed
An Announce (boost) from an account you follow, of a REMOTE post, was dropped — only Creates
and boosts of YOUR own posts were handled. Now such a boost resolves the boosted note and
stores it in ap_timeline (marked with who boosted it) so it appears in News with a 'X boosted'
label. We only store it for display and NEVER auto-Announce it onward (anti-feedback-loop);
published = now so it surfaces as fresh activity.
- config/database.js — ap_timeline.reblog_name/reblog_handle/reblog_icon
- services/ActivityPubService.js — handleInbox Announce branch stores remote boosts from followed accounts
- views/pages/news.ejs — 'boosted by' label; renamed the page-header div to tl-titlebar to avoid clashing with the card's tl-head class
- services/i18n.js — tl.boosted (nl/en/de)