mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix: 🚑 No with dialog on load
This commit is contained in:
parent
269a720729
commit
db5723e60c
@ -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
Block a user