fix(frontend): ユーザーページの ノート > ファイル付き タブにリプライが表示されてしまう (#12148)
This commit is contained in:
@@ -37,7 +37,7 @@ const pagination = {
|
||||
params: computed(() => ({
|
||||
userId: props.user.id,
|
||||
withRenotes: include.value === 'all',
|
||||
withReplies: include.value === 'all' || include.value === 'files',
|
||||
withReplies: include.value === 'all',
|
||||
withChannelNotes: include.value === 'all',
|
||||
withFiles: include.value === 'files',
|
||||
})),
|
||||
|
Reference in New Issue
Block a user