diff --git a/package.json b/package.json index 5fc979f1cf..f925ce25f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.118.1-calc.8", + "version": "12.118.1-calc.9", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/pages/notifications.vue b/packages/client/src/pages/notifications.vue index 26ea07eaa9..a3539ac7e1 100644 --- a/packages/client/src/pages/notifications.vue +++ b/packages/client/src/pages/notifications.vue @@ -27,7 +27,7 @@ import { definePageMetadata } from '@/scripts/page-metadata'; let tab = $ref('all'); let includeTypes = $ref(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,