fix: build
This commit is contained in:
parent
d9abcd0101
commit
a3bc479b1f
@ -1,5 +1,11 @@
|
||||
import { dedupe, ExternalStore, FeedCache, removeUndefined } from "@snort/shared";
|
||||
import { EventKind, NostrEvent, RequestBuilder, SystemInterface, TaggedNostrEvent } from "@snort/system";
|
||||
import {
|
||||
EventKind,
|
||||
NostrEvent,
|
||||
RequestBuilder,
|
||||
SystemInterface,
|
||||
TaggedNostrEvent,
|
||||
} from "@snort/system";
|
||||
|
||||
import { Chat, ChatSystem, ChatType, lastReadInChat } from "@/chat";
|
||||
import { LoginSession } from "@/Utils/Login";
|
||||
@ -12,6 +18,10 @@ export class Nip29ChatSystem extends ExternalStore<Array<Chat>> implements ChatS
|
||||
this.#cache = cache;
|
||||
}
|
||||
|
||||
processEvents(): Promise<void> {
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
takeSnapshot(): Chat[] {
|
||||
return this.listChats();
|
||||
}
|
||||
|
@ -4701,7 +4701,7 @@ __metadata:
|
||||
resolution: "@snort/system-react@workspace:packages/system-react"
|
||||
dependencies:
|
||||
"@snort/shared": "npm:^1.0.16"
|
||||
"@snort/system": "npm:^1.3.8"
|
||||
"@snort/system": "npm:^1.4.1"
|
||||
"@types/react": "npm:^18.2.14"
|
||||
react: "npm:^18.2.0"
|
||||
typescript: "npm:^5.2.2"
|
||||
@ -4736,7 +4736,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@snort/system@npm:^1.0.21, @snort/system@npm:^1.2.11, @snort/system@npm:^1.3.8, @snort/system@workspace:*, @snort/system@workspace:packages/system":
|
||||
"@snort/system@npm:^1.0.21, @snort/system@npm:^1.2.11, @snort/system@npm:^1.4.1, @snort/system@workspace:*, @snort/system@workspace:packages/system":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@snort/system@workspace:packages/system"
|
||||
dependencies:
|
||||
@ -4777,7 +4777,7 @@ __metadata:
|
||||
"@lightninglabs/lnc-web": "npm:^0.3.1-alpha"
|
||||
"@scure/base": "npm:^1.1.6"
|
||||
"@snort/shared": "npm:^1.0.16"
|
||||
"@snort/system": "npm:^1.3.8"
|
||||
"@snort/system": "npm:^1.4.1"
|
||||
"@types/debug": "npm:^4.1.12"
|
||||
"@webbtc/webln-types": "npm:^3.0.0"
|
||||
debug: "npm:^4.3.4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user