diff --git a/src/lib/chat/adapters/nip-29-adapter.ts b/src/lib/chat/adapters/nip-29-adapter.ts index 4587155..c2c9a99 100644 --- a/src/lib/chat/adapters/nip-29-adapter.ts +++ b/src/lib/chat/adapters/nip-29-adapter.ts @@ -19,7 +19,7 @@ import eventStore from "@/services/event-store"; import pool from "@/services/relay-pool"; import { publishEventToRelays, publishEvent } from "@/services/hub"; import accountManager from "@/services/accounts"; -import { getTagValues, getQuotePointer } from "@/lib/nostr-utils"; +import { getQuotePointer } from "@/lib/nostr-utils"; import { getEventPointerFromETag } from "applesauce-core/helpers/pointers"; import { mergeRelaySets } from "applesauce-core/helpers"; import { normalizeRelayURL } from "@/lib/relay-url";