mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-30 18:47:02 +00: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…
Add table
Reference in a new issue