This commit is contained in:
tamaina
2021-02-10 01:54:07 +09:00
parent c44a29ebb7
commit f95ca164d6
11 changed files with 259 additions and 176 deletions

View File

@@ -0,0 +1,3 @@
export function markNotificationRead(notification: any) {
return { ...notification, isRead: true };
}