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