mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add user adminFlags
This commit is contained in:
parent
31b48aad47
commit
1eddc9a74f
65 changed files with 982 additions and 591 deletions
4
shared/models/users/user-flag.model.ts
Normal file
4
shared/models/users/user-flag.model.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export enum UserAdminFlag {
|
||||
NONE = 0,
|
||||
BY_PASS_VIDEO_AUTO_BLACKLIST = 1 << 0
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue