This commit is contained in:
FruitRiin 2023-12-16 20:04:56 +09:00
parent d5fc58e439
commit 22191154e2
1 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,6 @@ import * as Misskey from 'misskey-js';
import MkModal from '@/components/MkModal.vue';
import { i18n } from '@/i18n.js';
import * as os from '@/os.js';
import {Channel} from "misskey-js/built/autogen/models.js";
const modal = shallowRef<InstanceType<typeof MkModal>>();
@ -61,7 +60,7 @@ const props = withDefaults(defineProps<{
isSilenced: boolean;
localOnly: boolean;
src?: HTMLElement;
currentChannel?: Channel
currentChannel?: Misskey.entities.Channel
}>(), {
});