fix: null relay tag in event reply
This commit is contained in:
@ -25,6 +25,7 @@ export interface NostrEvent {
|
||||
tags: Array<Array<string>>;
|
||||
content: string;
|
||||
sig: string;
|
||||
relays?: Array<string>;
|
||||
}
|
||||
|
||||
export type ReqCommand = ["REQ", id: string, ...filters: Array<ReqFilter>];
|
||||
|
Reference in New Issue
Block a user