Merge branch 'master' into develop

This commit is contained in:
Julian Lam
2025-09-04 11:20:26 -04:00

View File

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