From b26f802de145c60bd6124ad6ca05874314eda2d4 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sun, 8 Oct 2023 19:01:25 -0400 Subject: [PATCH] Fuck me, its a push --- 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 b43de80f4..0bda6e2c5 100644 --- a/api/activitypub/sendNote.ts +++ b/api/activitypub/sendNote.ts @@ -104,7 +104,7 @@ export default async function (req: VercelRequest, res: VercelResponse) { } } - sentIds.add(...sendingIds); + sentIds.push(...sendingIds); configRef.set({ "sentIds": sentIds, "lastEpoch": new Date().getTime() -- GitLab