federation/in: fix inlined featured collections #949
No reviewers
Labels
No labels
approved, awaiting change
broken setup
bug
cannot reproduce
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
not our bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AkkomaGang/akkoma!949
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Oneric/akkoma:fix-inline-featured"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves interop issue with a (reverted but possibly returning) bridgy change as was reported in the comments of #831. This won't change anything for the problem originally reported there.
Notably we now always fetch the full collection (up to the configured item count limit) instead of only using the first page if its link was inlined.
This doesn’t yet address all instances of potentially faulty, inlined collection logic; see #950 for what’s left to do. I didn’t want to delay this bugfix even more though.
Passes all tests and no related problems showed up while using it in prod for a couple days: merging