Files
svemagie aa867b7236 fix(mastodon): inject local profile header/avatar in timeline enrichment
resolveRemoteAccount for the local actor URL loops back via NAT and
always fails/times-out, so ap_profile header never entered the cache.
Timeline statuses authored by the local account always had header: "".

Pass ap_profile to enrichAccountStats; short-circuit for the local
account URL to inject profile.image/icon directly instead of attempting
remote resolution.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-29 11:05:51 +02:00
..