Merge branch 'develop' into feat-1714

This commit is contained in:
かっこかり 2024-08-18 18:59:08 +09:00 committed by GitHub
commit 6ee0a2b293
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
101 changed files with 2763 additions and 736 deletions

View file

@ -21,7 +21,7 @@ import { host as hostRaw } from '@/config.js';
import { defaultStore } from '@/store.js';
defineProps<{
user: Misskey.entities.User;
user: Misskey.entities.UserLite;
detail?: boolean;
}>();