New
Unclaimed project
Are you a maintainer of fedify? Claim this project to take control of your public changelog and roadmap.
Released on February 1, 2026.
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]