Skip to content

Commit

Permalink
tweak ui
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Oct 5, 2023
1 parent 5b00fa6 commit 979741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/user/index.timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const props = defineProps<{
user: Misskey.entities.UserDetailed;
}>();

const include = ref<string | null>(null);
const include = ref<string | null>('all');

const pagination = {
endpoint: 'users/notes' as const,
Expand Down

0 comments on commit 979741c

Please sign in to comment.