X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fhelpers%2Fquery.ts;h=1142d02e46258d1dfdb6b72c744753580c417408;hb=0b6f531653a7a24f82ad65564479a70a9326301a;hp=79cf076d13c99c4629cb9c273dd7771b79a2a3ee;hpb=2760b454a761f6af3138b2fb5f34340772ab0d1e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/helpers/query.ts b/server/helpers/query.ts index 79cf076d1..1142d02e4 100644 --- a/server/helpers/query.ts +++ b/server/helpers/query.ts @@ -16,11 +16,14 @@ function pickCommonVideoQuery (query: VideosCommonQueryAfterSanitize) { 'categoryOneOf', 'licenceOneOf', 'languageOneOf', + 'privacyOneOf', 'tagsOneOf', 'tagsAllOf', 'isLocal', 'include', 'skipCount', + 'hasHLSFiles', + 'hasWebtorrentFiles', 'search' ]) }