enhance(backend): users/notesでチャンネル投稿を含めるオプション

Resolve #11965
This commit is contained in:
syuilo 2023-10-05 09:48:45 +09:00
parent d2bb35bcf3
commit 5b00fa6f82
4 changed files with 31 additions and 1 deletions

View file

@ -38,6 +38,7 @@ const pagination = {
userId: props.user.id,
withRenotes: include.value === 'all',
withReplies: include.value === 'all' || include.value === 'files',
withChannelNotes: include.value === 'all',
withFiles: include.value === 'files',
})),
};