Skip to content

v0.11.2

Choose a tag to compare

@github-actions github-actions released this 16 Feb 09:15
· 63 commits to main since this release
4982402

Fixed

  • BlueskyConnection: fixed an issue where, if a user's most recent post was a repost, the updated min_id could be set incorrectly to the repost's URI, which could be lexicographically less than any of the user's posts, causing the connection to fetch the same posts again on the next read, and cycle through the same posts indefinitely.