X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fcontrollers%2Fapi%2Fvideos%2Fcomment.ts;h=39d521f5f9ea6966a04bb21593fba342db138937;hb=fd2ddcae8ff4eb10bf7168ac3c8801f06b37627f;hp=feda71bdd769caf8529b76adec385f5e5e15be0a;hpb=89cd12756035a146bbcc4db78cd3cd64f2f3d88d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/controllers/api/videos/comment.ts b/server/controllers/api/videos/comment.ts index feda71bdd..39d521f5f 100644 --- a/server/controllers/api/videos/comment.ts +++ b/server/controllers/api/videos/comment.ts @@ -110,7 +110,7 @@ async function listVideoThreadComments (req: express.Request, res: express.Respo const apiOptions = await Hooks.wrapObject({ videoId: video.id, threadId: res.locals.videoCommentThread.id, - user: user + user }, 'filter:api.video-thread-comments.list.params') resultList = await Hooks.wrapPromiseFun(