use InMemoryDB instead of seenEvents LRUSet

This commit is contained in:
Martti Malmi
2024-01-05 12:04:52 +02:00
parent 29a8db28dd
commit 1a9e571b0f
6 changed files with 236 additions and 22 deletions

View File

@ -33,7 +33,6 @@ export * from "./query-optimizer";
export * from "./encrypted";
export * from "./outbox-model";
export { parseIMeta } from "./utils";
export * from "./seen-events";
export * from "./impl/nip4";
export * from "./impl/nip44";