This commit is contained in:
2024-10-26 09:08:50 +07:00
parent 5ab2b1ae31
commit 42b780ce6a
26 changed files with 458 additions and 493 deletions

View File

@@ -167,7 +167,7 @@ export class LumeEvent {
}
}
static from(raw: string, parsed?: Meta) {
static from(raw: string, parsed?: Meta | null) {
const nostrEvent: NostrEvent = JSON.parse(raw);
if (parsed) {