Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit16571c2

Browse files
committed
CU-868f7hkrj Minor fix for pr 237
1 parent99d6f6f commit16571c2

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)

[8]ページ先頭

©2009-2025 Movatter.jp