]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Merge branch 'release/4.0.0' into develop
authorChocobozzz <me@florianbigard.com>
Mon, 10 Jan 2022 15:17:46 +0000 (16:17 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 10 Jan 2022 15:17:46 +0000 (16:17 +0100)
1  2 
server/middlewares/validators/videos/video-comments.ts
server/tests/api/check-params/video-comments.ts

index 63c3582e91021193246fc6b9658798d4f2e9c43d,8d63fe70c7bb1505f24a66ea81474bf3b96f0eed..829f3c8b12f38bbd905f20de43b8b280474038c9
@@@ -2,9 -2,10 +2,9 @@@
  
  import 'mocha'
  import * as chai from 'chai'
- import { HttpStatusCode, VideoCreateResult } from '@shared/models'
 +import { checkBadCountPagination, checkBadSortPagination, checkBadStartPagination } from '@server/tests/shared'
++import { HttpStatusCode, VideoCreateResult, VideoPrivacy } from '@shared/models'
  import {
 -  checkBadCountPagination,
 -  checkBadSortPagination,
 -  checkBadStartPagination,
    cleanupTests,
    createSingleServer,
    makeDeleteRequest,