From 421312b8456c1e3045046e3de722ace3db233820 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 22 Aug 2022 09:47:47 +0200 Subject: [PATCH] Possible fix for #3986 --- server/routes/api/hooks.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/routes/api/hooks.ts b/server/routes/api/hooks.ts index 622714431..0de8d780b 100644 --- a/server/routes/api/hooks.ts +++ b/server/routes/api/hooks.ts @@ -57,6 +57,7 @@ router.post("hooks.unfurl", async (ctx) => { model: UserAuthentication, as: "authentications", required: true, + separate: true, }, ], });