From 0a79b6b9f0153a0ad469d87ad98b759580aaa8f7 Mon Sep 17 00:00:00 2001 From: Cleo Date: Thu, 30 Mar 2023 08:40:20 +0000 Subject: [PATCH] Yeet mentions --- packages/backend/src/queue/processors/db/import-posts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/backend/src/queue/processors/db/import-posts.ts b/packages/backend/src/queue/processors/db/import-posts.ts index 6215af7079..e9e781c43c 100644 --- a/packages/backend/src/queue/processors/db/import-posts.ts +++ b/packages/backend/src/queue/processors/db/import-posts.ts @@ -71,7 +71,7 @@ export async function importPosts( visibility: "public", visibleUsers: [], channel: null, - apMentions: null, + apMentions: new Array(0), apHashtags: undefined, apEmojis: undefined, }); @@ -113,7 +113,7 @@ export async function importPosts( visibility: "public", visibleUsers: [], channel: null, - apMentions: null, + apMentions: new Array(0), apHashtags: undefined, apEmojis: undefined, });