Files
andros 2631b0d942 Auto-refresh own profile and timeline after any feed mutation
Own Profile and Timeline kept stale views between tab switches because
SwiftUI's TabView preserves state, so .task runs only once. Now every
write path (compose, edit, delete, react, boost, vote, follow/unfollow,
profile edit, migration, pin/unpin) hands the new feed content to
FollowCoordinator, which bumps a feedVersion counter. Profile and
Timeline observe that counter and re-fetch.

Also align GitHub and Codeberg commit messages with the shortened
"via iOS" client tag.
2026-04-21 11:09:03 +02:00
..