mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2026-03-09 04:13:45 +00:00
11 lines
384 B
JavaScript
11 lines
384 B
JavaScript
// js/lists.js
|
|
|
|
// Operators must manage admin lists through the Admin panel UI or remote
|
|
// adapters. These legacy constants are intentionally empty so new installs do
|
|
// not ship with hard-coded accounts.
|
|
export const ADMIN_INITIAL_WHITELIST = [];
|
|
export const ADMIN_INITIAL_BLACKLIST = [];
|
|
|
|
// Block specific events with the nevent
|
|
export const ADMIN_INITIAL_EVENT_BLACKLIST = [];
|