mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Implement user API (create, update, remove, list)
This commit is contained in:
parent
e4c556196d
commit
9bd2662976
16 changed files with 688 additions and 47 deletions
|
@ -45,7 +45,7 @@ function isEachRemoteVideosValid (requests) {
|
|||
}
|
||||
|
||||
function isVideoAuthorValid (value) {
|
||||
return usersValidators.isUserUsernameValid(usersValidators)
|
||||
return usersValidators.isUserUsernameValid(value)
|
||||
}
|
||||
|
||||
function isVideoDateValid (value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue