Megfelelő hang lejátszása is javítva

This commit is contained in:
2025-05-16 08:40:51 +02:00
parent 4c25dd2105
commit e745f313a8
2 changed files with 9 additions and 2 deletions
@@ -70,7 +70,7 @@ namespace WorkFlowCheck.BL.Services
}
else
{
FCMToken.LastModAt = DateTime.UtcNow;
FCMToken.LastModAt = DateTime.UtcNow;
}
await _dbContext.SaveChangesAsync();
}
@@ -130,6 +130,13 @@ namespace WorkFlowCheck.BL.Services
{
title = fCMMessageDTO.Title,
body = fCMMessageDTO.Body,
},
android = new
{
notification = new
{
channel_id = "com.nuvolar.wfcapp.general"
}
}
}
};