fix: 🚑 No with dialog on load
This commit is contained in:
parent
5b3d55c84f
commit
bc6abeca6d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"version": "12.118.1-calc.8",
|
||||
"version": "12.118.1-calc.9",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -27,7 +27,7 @@ import { definePageMetadata } from '@/scripts/page-metadata';
|
|||
let tab = $ref('all');
|
||||
let includeTypes = $ref<string[] | null>(null);
|
||||
let unreadOnly = $computed(() => tab === 'unread');
|
||||
os.apiWithDialog('notifications/mark-all-as-read');
|
||||
os.api('notifications/mark-all-as-read');
|
||||
|
||||
const mentionsPagination = {
|
||||
endpoint: 'notes/mentions' as const,
|
||||
|
|
Loading…
Reference in New Issue