mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-12 13:48:12 +09:00
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 New Issue
Block a user