Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2025-09-25 12:38:02 -04:00
3 changed files with 16 additions and 11 deletions

View File

@@ -65,7 +65,7 @@ Notes.assert = async (uid, input, options = { skipChecks: false }) => {
}
try {
if (!options.skipChecks) {
if (!(options.skipChecks || process.env.hasOwnProperty('CI'))) {
id = (await activitypub.checkHeader(id)) || id;
}