1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Redundancy and search tests in parallel too

This commit is contained in:
Chocobozzz 2019-04-25 17:14:49 +02:00
parent da3a3ab682
commit 7243f84db0
No known key found for this signature in database
GPG key ID: 583A612D890159BE
25 changed files with 249 additions and 222 deletions

View file

@ -380,7 +380,7 @@ async function checkNewCommentOnMyVideo (base: CheckerBaseParams, uuid: string,
}
}
const commentUrl = `http://localhost:9001/videos/watch/${uuid};threadId=${threadId}`
const commentUrl = `http://localhost:${base.server.port}/videos/watch/${uuid};threadId=${threadId}`
function emailFinder (email: object) {
return email[ 'text' ].indexOf(commentUrl) !== -1
}