enhance(frontend): ユーザープロフィールページのノートタブで常にチャンネルのノートが含まれるように (MisskeyIO#250)

This commit is contained in:
まっちゃとーにゅ 2023-11-22 08:59:37 +09:00 committed by GitHub
parent 36909a6e06
commit 3a26f0c54c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>