Fix being unable to directly go to post by URL from discover tab

This commit is contained in:
Crimekillz 2024-09-16 23:07:40 +02:00
parent afe81d9a84
commit 5a4417954b

View File

@ -135,6 +135,7 @@ import XUsers from "./discover.users.vue";
import { definePageMetadata } from "@/scripts/page-metadata";
import { deviceKind } from "@/scripts/device-kind";
import { i18n } from "@/i18n";
import * as os from "@/os";
import { $i } from "@/account";
import MkSearch from "@/components/MkSearch.vue";
import XNotes from "@/components/MkNotes.vue";