address review comments and add private blocking
This commit is contained in:
@ -35,7 +35,7 @@ export type RawReqFilter = {
|
||||
"#e"?: u256[],
|
||||
"#p"?: u256[],
|
||||
"#t"?: string[],
|
||||
"#d"?: string[],
|
||||
"#d"?: string,
|
||||
since?: number,
|
||||
until?: number,
|
||||
limit?: number
|
||||
@ -55,3 +55,10 @@ export type UserMetadata = {
|
||||
lud06?: string,
|
||||
lud16?: string
|
||||
}
|
||||
|
||||
/**
|
||||
* NIP-51 list types
|
||||
*/
|
||||
export enum Lists {
|
||||
Muted = "mute"
|
||||
}
|
||||
|
Reference in New Issue
Block a user