mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Rename Pod -> Server
This commit is contained in:
parent
51548b3181
commit
6086242524
77 changed files with 456 additions and 1047 deletions
|
@ -8,7 +8,7 @@ import { AccountInstance } from '../../models'
|
|||
import { logger } from '../logger'
|
||||
|
||||
import { isUserUsernameValid } from './users'
|
||||
import { isHostValid } from './pods'
|
||||
import { isHostValid } from './servers'
|
||||
|
||||
function isAccountNameValid (value: string) {
|
||||
return isUserUsernameValid(value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue