Skip to content

Commit 16571c2

Browse files
committed
CU-868f7hkrj Minor fix for pr 237
1 parent 99d6f6f commit 16571c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Providers/Resgrid.Providers.Messaging/NovuProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ private async Task<bool> SendNotification(string title, string body, string reci
245245
defaultSound = true,
246246
sticky = channelName == "calls" ? true : false,
247247
//priority = androidChannelName == "calls" ? 5 : 3,
248-
priority = channelName == "calls" ? "max" : "default",
248+
notification_priority = channelName == "calls" ? "PRIORITY_MAX" : "PRIORITY_DEFAULT",
249249
},
250250
data = new
251251
{

0 commit comments

Comments
 (0)