enhance(frontend): ユーザープロフィールページのノートタブで常にチャンネルのノートが含まれるように (MisskeyIO#250)
This commit is contained in:
parent
36909a6e06
commit
3a26f0c54c
|
@ -38,8 +38,8 @@ const pagination = {
|
||||||
userId: props.user.id,
|
userId: props.user.id,
|
||||||
withRenotes: include.value === 'all',
|
withRenotes: include.value === 'all',
|
||||||
withReplies: include.value === 'all',
|
withReplies: include.value === 'all',
|
||||||
withChannelNotes: include.value === 'all',
|
|
||||||
withFiles: include.value === 'files',
|
withFiles: include.value === 'files',
|
||||||
|
withChannelNotes: true,
|
||||||
})),
|
})),
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue