mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user