Merge branch 'master' into develop

This commit is contained in:
Julian Lam
2025-09-10 15:07:13 -04:00

View File

@@ -64,7 +64,9 @@ Notes.assert = async (uid, input, options = { skipChecks: false }) => {
return null;
}
id = (await activitypub.checkHeader(id)) || id;
if (!options.skipChecks) {
id = (await activitypub.checkHeader(id)) || id;
}
let chain;
let context = await activitypub.contexts.get(uid, id);