Files
indiekit-endpoint-activitypub/lib
svemagie 7b838ea295 fix(mastodon-api): pass collections object (not raw collection) to addTimelineItem
addTimelineItem(collections, item) destructures { ap_timeline } from its
first argument. Passing collections.ap_timeline directly gave it a raw
MongoDB collection with no ap_timeline property, causing
"Cannot read properties of undefined (reading 'updateOne')".

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 21:03:49 +01:00
..