fix: notes and replies not showing replies

transfem-org/Sharkey#41
This commit is contained in:
Mar0xy 2023-10-01 23:23:42 +02:00
parent 4a3a572324
commit 794dfafbec
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -245,7 +245,7 @@ const pagination = {
limit: 10, limit: 10,
params: computed(() => ({ params: computed(() => ({
userId: props.user.id, userId: props.user.id,
includeReplies: noteview === 'replies' || noteview === 'files', withReplies: noteview === 'replies' || noteview === 'files',
withFiles: noteview === 'files', withFiles: noteview === 'files',
})), })),
}; };