You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bluesky connection: _set_min_id_from_user_feed no longer wipes the existing min_id when the author-feed fetch fails or the feed contains only reposts, to reduce possibility of duplicating posts on the next fetch attempt.
Changed
Bluesky connection: downgrade the "failed to fetch author feed after N attempts" log from error to warning, since the failure is transient and recovered automatically on the next polling cycle.