This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
edbc932546
PeerTube
/
shared
/
models
/
users
/
user-flag.model.ts
5 lines
81 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add user adminFlags
2019-04-15 10:49:46 +02:00
export
enum
UserAdminFlag
{
NONE
=
0
,
preserve original variable names server-side
2020-06-09 16:07:10 +02:00
BYPASS_VIDEO_AUTO_BLACKLIST
=
1
<<
0
Add user adminFlags
2019-04-15 10:49:46 +02:00
}