Switch NSpec to Nostrify, update imports

This commit is contained in:
Alex Gleason
2024-04-19 16:39:35 -05:00
parent f6945ecd1c
commit 9c91e41e87
41 changed files with 85 additions and 93 deletions

View File

@@ -1,9 +1,9 @@
import { NSchema as n } from '@soapbox/nspec';
import { LNURL, NostrEvent, NSchema as n } from '@nostrify/nostrify';
import { Conf } from '@/config.ts';
import { db } from '@/db.ts';
import { addRelays } from '@/db/relays.ts';
import { deleteAttachedMedia } from '@/db/unattached-media.ts';
import { Debug, LNURL, type NostrEvent, sql } from '@/deps.ts';
import { Debug, sql } from '@/deps.ts';
import { DittoEvent } from '@/interfaces/DittoEvent.ts';
import { isEphemeralKind } from '@/kinds.ts';
import { DVM } from '@/pipeline/DVM.ts';