summary refs log tree commit diff
path: root/src/activitypub/routes/channel/#channel_id/outbox.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/activitypub/routes/channel/#channel_id/outbox.ts')
-rw-r--r--src/activitypub/routes/channel/#channel_id/outbox.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activitypub/routes/channel/#channel_id/outbox.ts b/src/activitypub/routes/channel/#channel_id/outbox.ts

index 287c6660..e2e0e585 100644 --- a/src/activitypub/routes/channel/#channel_id/outbox.ts +++ b/src/activitypub/routes/channel/#channel_id/outbox.ts
@@ -17,7 +17,7 @@ router.get("/", route({}), async (req, res) => { const ret = await makeOrderedCollection( req, - `https://${webDomain}/fed/channels/${channel_id}/outbox`, + `https://${webDomain}/fed/channel/${channel_id}/outbox`, () => Message.count({ where: { channel_id } }), async (before, after) => { const query: FindManyOptions<Message> & {