mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-26 20:53:09 +02:00
parent
4a3a572324
commit
794dfafbec
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ const pagination = {
|
|||
limit: 10,
|
||||
params: computed(() => ({
|
||||
userId: props.user.id,
|
||||
includeReplies: noteview === 'replies' || noteview === 'files',
|
||||
withReplies: noteview === 'replies' || noteview === 'files',
|
||||
withFiles: noteview === 'files',
|
||||
})),
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue