Megfelelő hang lejátszása is javítva
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "Data Source=WS2016DC\\SQLEXPRESS;Initial Catalog=WFCUAT;Integrated Security=True;Connect Timeout=30;Encrypt=False;Trust Server Certificate=False;Application Intent=ReadWrite;Multi Subnet Failover=False"
|
"DefaultConnection": "Data Source=WS2016DC\\SQLEXPRESS;Initial Catalog=WFC;Integrated Security=True;Connect Timeout=30;Encrypt=False;Trust Server Certificate=False;Application Intent=ReadWrite;Multi Subnet Failover=False"
|
||||||
},
|
},
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ namespace WorkFlowCheck.BL.Services
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
FCMToken.LastModAt = DateTime.UtcNow;
|
FCMToken.LastModAt = DateTime.UtcNow;
|
||||||
}
|
}
|
||||||
await _dbContext.SaveChangesAsync();
|
await _dbContext.SaveChangesAsync();
|
||||||
}
|
}
|
||||||
@@ -130,6 +130,13 @@ namespace WorkFlowCheck.BL.Services
|
|||||||
{
|
{
|
||||||
title = fCMMessageDTO.Title,
|
title = fCMMessageDTO.Title,
|
||||||
body = fCMMessageDTO.Body,
|
body = fCMMessageDTO.Body,
|
||||||
|
},
|
||||||
|
android = new
|
||||||
|
{
|
||||||
|
notification = new
|
||||||
|
{
|
||||||
|
channel_id = "com.nuvolar.wfcapp.general"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user