@@ -9,6 +9,11 @@ export enum ManagementMethod {
|
||||
UnallowPubkey = "unallowpubkey",
|
||||
ListBannedPubkeys = "listbannedpubkeys",
|
||||
ListAllowedPubkeys = "listallowedpubkeys",
|
||||
CreateRole = "createrole",
|
||||
EditRole = "editrole",
|
||||
DeleteRole = "deleterole",
|
||||
AssignRole = "assignrole",
|
||||
UnassignRole = "unassignrole",
|
||||
ListEventsNeedingModeration = "listeventsneedingmoderation",
|
||||
AllowEvent = "allowevent",
|
||||
BanEvent = "banevent",
|
||||
|
||||
@@ -1,4 +1,14 @@
|
||||
import {now, tryCatch, fetchJson, hexToBech32, fromPairs, sum, allPass, nthEq, nth} from "@welshman/lib"
|
||||
import {
|
||||
now,
|
||||
tryCatch,
|
||||
fetchJson,
|
||||
hexToBech32,
|
||||
fromPairs,
|
||||
sum,
|
||||
allPass,
|
||||
nthEq,
|
||||
nth,
|
||||
} from "@welshman/lib"
|
||||
import {ZAP_RECEIPT, ZAP_REQUEST} from "./Kinds.js"
|
||||
import {getTagValue} from "./Tags.js"
|
||||
import type {Filter} from "./Filters.js"
|
||||
|
||||
Reference in New Issue
Block a user