Files
indiekit-endpoint-activitypub/lib
Ricardo 505daa68c5 fix: auto-created Microsub channel invisible in reader UI
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
2026-02-20 10:00:01 +01:00
..