✨ More & localized notifications
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user