|
|
|
|
@ -1,5 +1,6 @@
@@ -1,5 +1,6 @@
|
|
|
|
|
<script lang="ts"> |
|
|
|
|
import { indexKind } from "$lib/consts"; |
|
|
|
|
import { SEARCH_LIMITS } from "$lib/utils/search_constants.ts"; |
|
|
|
|
import { activeInboxRelays, activeOutboxRelays, getNdkContext } from "$lib/ndk"; |
|
|
|
|
import { filterValidIndexEvents, debounceAsync } from "$lib/utils"; |
|
|
|
|
import { Button, P, Skeleton, Spinner } from "flowbite-svelte"; |
|
|
|
|
@ -241,7 +242,7 @@
@@ -241,7 +242,7 @@
|
|
|
|
|
ws.send(JSON.stringify([ |
|
|
|
|
"REQ", |
|
|
|
|
subId, |
|
|
|
|
{ kinds: [indexKind], limit: 1000 } |
|
|
|
|
{ kinds: [indexKind], limit: SEARCH_LIMITS.PUBLICATION_FEED_LIMIT } |
|
|
|
|
])); |
|
|
|
|
|
|
|
|
|
// Set up cleanup |
|
|
|
|
|