fix: build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2024-08-25 19:20:08 +03:00
parent d9abcd0101
commit a3bc479b1f
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 14 additions and 4 deletions

View File

@ -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();
}

View File

@ -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"