Merge remote-tracking branch 'misskey-dev/develop' into prismisskey

# Conflicts:
#	packages/frontend/src/components/MkPostForm.vue
This commit is contained in:
mattyatea 2023-09-28 18:13:48 +09:00
commit b2df78ffcd
16 changed files with 993 additions and 961 deletions

File diff suppressed because it is too large Load diff

View file

@ -30,6 +30,7 @@ const props = defineProps<{
instant?: boolean;
fixed?: boolean;
autofocus?: boolean;
updateMode?: boolean;
}>();
const emit = defineEmits<{