mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 16:30:34 +01:00
test: add more logs
This commit is contained in:
@@ -120,7 +120,7 @@ Notes.assert = async (uid, input, options = { skipChecks: false }) => {
|
||||
// Check recipients/audience for category (local or remote)
|
||||
console.log(' 4b8', Date.now() - start);
|
||||
const set = activitypub.helpers.makeSet(_activitypub, ['to', 'cc', 'audience']);
|
||||
console.log(' 4b9', Date.now() - start);
|
||||
console.log(' 4b9', Date.now() - start, Array.from(set));
|
||||
await activitypub.actors.assert(Array.from(set));
|
||||
console.log(' 4b10', Date.now() - start);
|
||||
// Local
|
||||
|
||||
Reference in New Issue
Block a user