]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - bulk.ts
9e0ce0be12e4ebcccce4cd417c5973edbf777eb8
[github/Chocobozzz/PeerTube.git] / bulk.ts
1 function isBulkRemoveCommentsOfScopeValid (value: string) {
2 return value === 'my-videos' || value === 'instance'
3 }
4
5 // ---------------------------------------------------------------------------
6
7 export {
8 isBulkRemoveCommentsOfScopeValid
9 }