Revert "enhance(frontend): チャンネル投稿をユーザーページと前後ノートに表示する" (#15589)
* Revert "enhance(frontend): チャンネル投稿をユーザーページと前後ノートに表示する (#15532)"
This reverts commit a4711ab4c1.
* Update CHANGELOG.md
This commit is contained in:
parent
a17acf647b
commit
adf22143aa
3 changed files with 1 additions and 5 deletions
|
|
@ -43,7 +43,7 @@ const pagination = computed(() => tab.value === 'featured' ? {
|
|||
userId: props.user.id,
|
||||
withRenotes: tab.value === 'all',
|
||||
withReplies: tab.value === 'all',
|
||||
withChannelNotes: true,
|
||||
withChannelNotes: tab.value === 'all',
|
||||
withFiles: tab.value === 'files',
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue