mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 21:25:24 +02:00
fix: user profile timeline selection not working properly
This commit is contained in:
parent
bdd7583ff5
commit
c887e4cccb
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ const AllPagination = {
|
||||||
params: computed(() => ({
|
params: computed(() => ({
|
||||||
userId: props.user.id,
|
userId: props.user.id,
|
||||||
withRenotes: noteview.value === 'all',
|
withRenotes: noteview.value === 'all',
|
||||||
withReplies: noteview.value === 'all' || noteview.value === 'files',
|
withReplies: noteview.value === 'all',
|
||||||
withChannelNotes: noteview.value === 'all',
|
withChannelNotes: noteview.value === 'all',
|
||||||
withFiles: noteview.value === 'files',
|
withFiles: noteview.value === 'files',
|
||||||
})),
|
})),
|
||||||
|
|
Loading…
Reference in a new issue