Skip to content

Fedify 1.9.5

Choose a tag to compare

@github-actions github-actions released this 31 Jan 23:40
· 2756 commits to main since this release
1.9.5
793273e

Released on February 1, 2026.

@fedify/fedify

  • Fixed traverseCollection() yielding no items when a Collection has an inline CollectionPage in its first property without an explicit id. This is common in Mastodon's replies collections. The function previously used collection.firstId to determine pagination, which returned null for inline pages without an id, causing it to incorrectly fall into the non-paginated branch. [#550 by Lee Dogeon]