Skip to content
Snippets Groups Projects
Verified Commit c887e4cc authored by Marie's avatar Marie
Browse files

fix: user profile timeline selection not working properly

parent bdd7583f
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ const AllPagination = {
params: computed(() => ({
userId: props.user.id,
withRenotes: noteview.value === 'all',
withReplies: noteview.value === 'all' || noteview.value === 'files',
withReplies: noteview.value === 'all',
withChannelNotes: noteview.value === 'all',
withFiles: noteview.value === 'files',
})),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment