Simplify goToEvent

This commit is contained in:
Jon Staab
2026-02-16 14:45:54 -08:00
parent e3e69390ce
commit c8eb4ac31a
4 changed files with 17 additions and 51 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<script lang="ts">
import {onMount, onDestroy} from "svelte"
import {onMount} from "svelte"
import {readable} from "svelte/store"
import {page} from "$app/stores"
import type {Readable} from "svelte/store"
+1 -1
View File
@@ -27,7 +27,7 @@
import RoomComposeParent from "@app/components/RoomComposeParent.svelte"
import {userSettingsValues, decodeRelay, PROTECTED, MESSAGE_KINDS} from "@app/core/state"
import {prependParent, canEnforceNip70, publishDelete} from "@app/core/commands"
import {setChecked, checked} from "@app/util/notifications"
import {checked} from "@app/util/notifications"
import {pushToast} from "@app/util/toast"
import {makeFeed} from "@app/core/requests"
import {popKey} from "@lib/implicit"