enhance: タイムラインからRenoteを除外するオプションを追加
This commit is contained in:
parent
d854942a1f
commit
eb740e2c72
14 changed files with 94 additions and 28 deletions
|
@ -36,8 +36,8 @@ const pagination = {
|
|||
limit: 10,
|
||||
params: computed(() => ({
|
||||
userId: props.user.id,
|
||||
includeRenotes: include.value === 'all',
|
||||
includeReplies: include.value === 'all' || include.value === 'files',
|
||||
withRenotes: include.value === 'all',
|
||||
withReplies: include.value === 'all' || include.value === 'files',
|
||||
withFiles: include.value === 'files',
|
||||
})),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue