]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/users/user-flag.model.ts
Remove comments, rates and views from stats
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-flag.model.ts
1 export const enum UserAdminFlag {
2 NONE = 0,
3 BYPASS_VIDEO_AUTO_BLACKLIST = 1 << 0
4 }