]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/users/user-flag.model.ts
rename blacklist to block/blocklist, merge block and auto-block views
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-flag.model.ts
index f5759f18f20d6bd6ed1bcc3a0ca736c592b6df4c..e8b5a5c50a4dc85e667833c6a191c99c7778f581 100644 (file)
@@ -1,4 +1,4 @@
 export enum UserAdminFlag {
   NONE = 0,
-  BY_PASS_VIDEO_AUTO_BLACKLIST = 1 << 0
+  BYPASS_VIDEO_AUTO_BLOCK = 1 << 0
 }