mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 20:13:36 +00:00
wip
This commit is contained in:
3
src/client/scripts/mark-notification-read.ts
Normal file
3
src/client/scripts/mark-notification-read.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function markNotificationRead(notification: any) {
|
||||
return { ...notification, isRead: true };
|
||||
}
|
||||
Reference in New Issue
Block a user