This commit is contained in:
syuilo 2023-10-05 10:03:13 +09:00
parent 5b00fa6f82
commit 979741ce09

View file

@ -29,7 +29,7 @@ const props = defineProps<{
user: Misskey.entities.UserDetailed; user: Misskey.entities.UserDetailed;
}>(); }>();
const include = ref<string | null>(null); const include = ref<string | null>('all');
const pagination = { const pagination = {
endpoint: 'users/notes' as const, endpoint: 'users/notes' as const,