summary refs log tree commit diff
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-15 00:08:12 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-15 00:08:12 +1000
commit99b2e905ad3d73341ce49b41c722fbce4554b387 (patch)
tree15695e8488e8b6bc448105857041b1e21629bd2e
parentgarbage (diff)
downloadserver-99b2e905ad3d73341ce49b41c722fbce4554b387.tar.xz
ehhhh
-rw-r--r--src/activitypub/routes/channel/#channel_id/inbox.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/activitypub/routes/channel/#channel_id/inbox.ts b/src/activitypub/routes/channel/#channel_id/inbox.ts

index a44944b6..073c1d0b 100644 --- a/src/activitypub/routes/channel/#channel_id/inbox.ts +++ b/src/activitypub/routes/channel/#channel_id/inbox.ts
@@ -19,4 +19,6 @@ router.post("/", route({}), async (req, res) => { channel_id: message.channel_id, data: message.toJSON(), }); + + return res.status(200); });