change log

This commit is contained in:
Barış Soner Uşaklı
2024-12-25 14:58:07 -05:00
parent a9d0a0699e
commit bb24e0ce15

View File

@@ -132,7 +132,7 @@ Notes.assert = async (uid, input, options = { skipChecks: false }) => {
const allowed = await privileges.categories.can(privilege, cid, activitypub._constants.uid); const allowed = await privileges.categories.can(privilege, cid, activitypub._constants.uid);
if (!hasRelation || !allowed) { if (!hasRelation || !allowed) {
if (!hasRelation) { 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); unlock(id);