|
|
|
|
@ -15,11 +15,12 @@
@@ -15,11 +15,12 @@
|
|
|
|
|
import ContainingIndexes from "$lib/components/util/ContainingIndexes.svelte"; |
|
|
|
|
import Notifications from "$lib/components/Notifications.svelte"; |
|
|
|
|
import { parseBasicmarkup } from "$lib/utils/markup/basicMarkupParser"; |
|
|
|
|
import { repostContent, quotedContent } from "$lib/components/embedded_events/EmbeddedSnippets.svelte"; |
|
|
|
|
import { |
|
|
|
|
repostContent, |
|
|
|
|
quotedContent, |
|
|
|
|
} from "$lib/components/embedded_events/EmbeddedSnippets.svelte"; |
|
|
|
|
import { repostKinds } from "$lib/consts"; |
|
|
|
|
import { getNdkContext } from "$lib/ndk"; |
|
|
|
|
import { processNostrIdentifiers } from "$lib/utils/nostrUtils"; |
|
|
|
|
|
|
|
|
|
import type { UserProfile } from "$lib/models/user_profile"; |
|
|
|
|
|
|
|
|
|
const { |
|
|
|
|
|