Mark all notifications read

This commit is contained in:
2025-08-14 15:33:48 +08:00
parent b04b17c8ae
commit 27e6dde7c4
3 changed files with 26 additions and 9 deletions

View File

@@ -1,8 +1,6 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Text.Json.Serialization;
using DysonNetwork.Shared.Data;
using DysonNetwork.Shared.Proto;
using NodaTime;
namespace DysonNetwork.Pusher.Notification;