From bb24e0ce15c78e247b3a81e767ecff1ba8aa7400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 25 Dec 2024 14:58:07 -0500 Subject: [PATCH] change log --- 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 58c111dcc0..528d9832d3 100644 --- a/src/activitypub/notes.js +++ b/src/activitypub/notes.js @@ -132,7 +132,7 @@ Notes.assert = async (uid, input, options = { skipChecks: false }) => { const allowed = await privileges.categories.can(privilege, cid, activitypub._constants.uid); if (!hasRelation || !allowed) { if (!hasRelation) { - winston.info(`[activitypub/notes.assert] Not asserting ${id} as it has no relation to existing tracked content.`); + activitypub.helpers.log(`[activitypub/notes.assert] Not asserting ${id} as it has no relation to existing tracked content.`); } unlock(id);