mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
mark all as ready upon loading notifs
This commit is contained in:
parent
e9b9df5efb
commit
07c6b399f6
@ -27,6 +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');
|
||||
|
||||
const mentionsPagination = {
|
||||
endpoint: 'notes/mentions' as const,
|
||||
|
Loading…
Reference in New Issue
Block a user