From 913a09243690be5ddb84275dfce867f40de62a93 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sun, 8 Oct 2023 18:26:38 -0400 Subject: [PATCH] add not push... grrrr --- api/activitypub/sendNote.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/activitypub/sendNote.ts b/api/activitypub/sendNote.ts index c33815220..93b659521 100644 --- a/api/activitypub/sendNote.ts +++ b/api/activitypub/sendNote.ts @@ -96,7 +96,7 @@ export default async function (req: VercelRequest, res: VercelResponse) { const response = await sendSignedRequest(actorInbox, <AP.Activity> item); console.log(`Send result: ${actorInbox}`, response.status, response.statusText, await response.text()); - sendingIds.push(item.id) + sendingIds.add(item.id) } } } catch (ex) { -- GitLab