mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 01:04:03 +09:00
fix(client): ユーザーページのファイル付きTLはリプライも含む
This commit is contained in:
@ -32,7 +32,7 @@ const pagination = {
|
|||||||
limit: 10,
|
limit: 10,
|
||||||
params: computed(() => ({
|
params: computed(() => ({
|
||||||
userId: props.user.id,
|
userId: props.user.id,
|
||||||
includeReplies: include.value === 'replies',
|
includeReplies: include.value === 'replies' || include.value === 'files',
|
||||||
withFiles: include.value === 'files',
|
withFiles: include.value === 'files',
|
||||||
})),
|
})),
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user