mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix comment notification test
This commit is contained in:
parent
1c5e49e752
commit
0fc9843215
@ -431,7 +431,7 @@ async function checkNewCommentOnMyVideo (base: CheckerBaseParams, uuid: string,
|
||||
}
|
||||
}
|
||||
|
||||
const commentUrl = `http://localhost:${base.server.port}/videos/watch/${uuid};threadId=${threadId}`
|
||||
const commentUrl = `http://localhost:${base.server.port}/w/${uuid};threadId=${threadId}`
|
||||
|
||||
function emailNotificationFinder (email: object) {
|
||||
return email['text'].indexOf(commentUrl) !== -1
|
||||
|
Loading…
Reference in New Issue
Block a user