mirror of
https://github.com/svemagie/indiekit-endpoint-activitypub.git
synced 2026-04-02 15:44:58 +02:00
The AP plugin auto-created the Fediverse channel with userId: null, but the Microsub reader UI filters channels by userId: "default". The channel existed in MongoDB but was invisible to users. getApChannelId() now: - Auto-creates with userId: "default" if no channel exists - Fixes existing channels missing userId (from earlier versions) - Uses proper field pattern matching Microsub plugin conventions