More & localized notifications

This commit is contained in:
2025-05-28 01:50:14 +08:00
parent 39d9d8a839
commit bb739c1d90
11 changed files with 199 additions and 30 deletions

View File

@ -114,7 +114,7 @@ public class NotificationService
_db.Add(notification);
await _db.SaveChangesAsync();
if (!isSilent) _ = DeliveryNotification(notification).ConfigureAwait(false);
if (!isSilent) _ = DeliveryNotification(notification);
return notification;
}