feat: negentropy progress

This commit is contained in:
2024-10-25 14:57:12 +07:00
parent 055d73c829
commit 5ab2b1ae31
27 changed files with 769 additions and 663 deletions

View File

@@ -157,7 +157,7 @@ export class LumeEvent {
}
static async build(event: NostrEvent) {
const query = await commands.getEventMeta(event.content);
const query = await commands.getMetaFromEvent(event.content);
if (query.status === "ok") {
event.meta = query.data;