From 1305faa8385b13e445976a626a96e516201fd63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 17 Dec 2025 14:35:35 -0500 Subject: [PATCH] test: add await to check tests --- src/activitypub/notes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/activitypub/notes.js b/src/activitypub/notes.js index 21aebb4c63..b0e10d6641 100644 --- a/src/activitypub/notes.js +++ b/src/activitypub/notes.js @@ -267,7 +267,7 @@ Notes.assert = async (uid, input, options = { skipChecks: false }) => { if (!hasTid && options.cid) { // New topic, have category announce it - activitypub.out.announce.topic(tid); + await activitypub.out.announce.topic(tid); } return { tid, count };