Files
bitvid/js/lists.js
2025-09-28 19:21:51 -04:00

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 = [];