enhance(frontend): ユーザープロフィールページのノートタブで常にチャンネルのノートが含まれるように (MisskeyIO#250)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user