From 9c15b02aa6028abc919b9924c99c8d75bc956896 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 17 Jan 2024 11:47:57 -0500 Subject: [PATCH] chore: update log verbiage --- 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 893a79d62f..f9738f65e4 100644 --- a/src/activitypub/notes.js +++ b/src/activitypub/notes.js @@ -100,7 +100,7 @@ Notes.assertTopic = async (uid, id) => { } const unprocessed = chain.filter((p, idx) => !members[idx]); - winston.info(`[notes/assertTopic] ${unprocessed.length} new notes found.`); + winston.info(`[notes/assertTopic] ${unprocessed.length} new note(s) found.`); const [ids, timestamps] = [ unprocessed.map(n => n.pid),