fix: channel timeline post form

This commit is contained in:
mattyatea 2024-03-12 23:18:11 +09:00
parent c2aba3886a
commit 51af59dfc5
2 changed files with 6 additions and 4 deletions

View file

@ -29,7 +29,7 @@ import { defaultStore } from '@/store.js';
import { Paging } from '@/components/MkPagination.vue';
const props = withDefaults(defineProps<{
src: 'home' | 'local' | 'social' | 'global' | 'mentions' | 'directs' | 'list' | 'antenna' | 'channel' | 'role';
src: 'home' | 'local' | 'social' | 'global' | 'mentions' | 'directs' | 'list' | 'antenna' | 'channel' | 'role' | 'media';
list?: string;
antenna?: string;
channel?: string;