feat: write reply events to recipients relays

This commit is contained in:
2023-11-22 11:40:28 +00:00
parent 56db2f652d
commit 92c26ca609
8 changed files with 91 additions and 34 deletions

View File

@ -46,6 +46,7 @@ export interface UsersRelays {
pubkey: string;
created_at: number;
relays: FullRelaySettings[];
loaded: number;
}
export function mapEventToProfile(ev: NostrEvent) {