mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
10 lines
244 B
TypeScript
10 lines
244 B
TypeScript
function isBulkRemoveCommentsOfScopeValid (value: string) {
|
|
return value === 'my-videos' || value === 'instance'
|
|
}
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
export {
|
|
isBulkRemoveCommentsOfScopeValid
|
|
}
|