diff options
Diffstat (limited to 'server/controllers/api/videos/comment.ts')
-rw-r--r-- | server/controllers/api/videos/comment.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
110 | const apiOptions = await Hooks.wrapObject({ | 110 | const apiOptions = await Hooks.wrapObject({ |
111 | videoId: video.id, | 111 | videoId: video.id, |
112 | threadId: res.locals.videoCommentThread.id, | 112 | threadId: res.locals.videoCommentThread.id, |
113 | user: user | 113 | user |
114 | }, 'filter:api.video-thread-comments.list.params') | 114 | }, 'filter:api.video-thread-comments.list.params') |
115 | 115 | ||
116 | resultList = await Hooks.wrapPromiseFun( | 116 | resultList = await Hooks.wrapPromiseFun( |