Skip to content
Snippets Groups Projects
Commit 57c94a5c authored by tamaina's avatar tamaina
Browse files

fix(client): ユーザーページのファイル付きTLはリプライも含む

parent b7b8fd4b
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ const pagination = {
limit: 10,
params: computed(() => ({
userId: props.user.id,
includeReplies: include.value === 'replies',
includeReplies: include.value === 'replies' || include.value === 'files',
withFiles: include.value === 'files',
})),
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment