parent
82e81a0984
commit
a6d4868ff0
2 changed files with 3 additions and 2 deletions
|
@ -12,9 +12,9 @@ import { i18n } from '@/i18n';
|
|||
const pagination = {
|
||||
endpoint: 'notes/mentions' as const,
|
||||
limit: 10,
|
||||
params: () => ({
|
||||
params: {
|
||||
visibility: 'specified'
|
||||
}),
|
||||
},
|
||||
};
|
||||
|
||||
defineExpose({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue