Revert "enhance(frontend): チャンネル投稿をユーザーページと前後ノートに表示する" (#15589)
* Revert "enhance(frontend): チャンネル投稿をユーザーページと前後ノートに表示する (#15532)"
This reverts commit a4711ab4c1
.
* Update CHANGELOG.md
This commit is contained in:
@@ -87,7 +87,6 @@ const prevUserPagination: Paging = {
|
||||
params: computed(() => note.value ? ({
|
||||
userId: note.value.userId,
|
||||
untilId: note.value.id,
|
||||
withChannelNotes: true,
|
||||
}) : undefined),
|
||||
};
|
||||
|
||||
@@ -98,8 +97,6 @@ const nextUserPagination: Paging = {
|
||||
params: computed(() => note.value ? ({
|
||||
userId: note.value.userId,
|
||||
sinceId: note.value.id,
|
||||
withChannelNotes: true,
|
||||
includeSensitiveChannel: $i != null,
|
||||
}) : undefined),
|
||||
};
|
||||
|
||||
|
@@ -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',
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user