Add request utils for complex requests

This commit is contained in:
Jon Staab
2024-12-10 16:38:22 -08:00
parent 19d67783fc
commit df42ec9915
10 changed files with 165 additions and 139 deletions
@@ -15,7 +15,7 @@
import ThreadActions from "@app/components/ThreadActions.svelte"
import ThreadReply from "@app/components/ThreadReply.svelte"
import {deriveEvent, decodeRelay} from "@app/state"
import {subscribePersistent} from "@app/commands"
import {subscribePersistent} from "@app/requests"
import {setChecked} from "@app/notifications"
const {relay, id} = $page.params