address review comments and add private blocking

This commit is contained in:
Alejandro Gomez
2023-01-27 22:10:14 +01:00
parent 592a8b04c0
commit 456aa5fb79
23 changed files with 385 additions and 218 deletions

View File

@ -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"
}