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