From 6ea48504599602b5a0f2900082c249d6f293b120 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 13 Oct 2024 13:00:51 +0800 Subject: [PATCH] :recycle: Improve notifications mark read system --- .idea/workspace.xml | 10 ++++++---- pkg/internal/models/notifications.go | 3 +++ pkg/internal/server/api/notifications_api.go | 11 ++++++++--- pkg/internal/services/accounts.go | 4 +++- pkg/internal/services/cleaner.go | 3 ++- 5 files changed, 22 insertions(+), 9 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b1fb9ed..fbadb31 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,12 @@