1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Add ability to ban/unban users

This commit is contained in:
Chocobozzz 2018-08-09 17:51:25 +02:00
parent 63347a0ff9
commit 141b177db0
No known key found for this signature in database
GPG key ID: 583A612D890159BE
17 changed files with 270 additions and 36 deletions

View file

@ -1,4 +1,4 @@
import { AccessDeniedError} from 'oauth2-server'
import { AccessDeniedError } from 'oauth2-server'
import { logger } from '../helpers/logger'
import { UserModel } from '../models/account/user'
import { OAuthClientModel } from '../models/oauth/oauth-client'