This commit is contained in:
reya
2024-10-26 09:08:50 +07:00
parent 5ab2b1ae31
commit 42b780ce6a
26 changed files with 458 additions and 493 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export interface NostrEvent {
tags: string[][];
content: string;
sig: string;
meta: Meta;
meta: Meta | null;
}
export interface EventWithReplies extends NostrEvent {