Skip to content

Commit e4a8de4

Browse files
authored
Merge pull request #265 from Resgrid/develop
RE1-T88 Still trying to fix FCM apns
2 parents 9b5e9eb + 8731add commit e4a8de4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Providers/Resgrid.Providers.Messaging/NovuProvider.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -287,16 +287,6 @@ private async Task<bool> SendNotification(string title, string body, string reci
287287
},
288288
apns = new
289289
{
290-
badge = count,
291-
sound = new
292-
{
293-
name = sound,
294-
critical = channelName == "calls" ? 1 : 0,
295-
volume = 1.0f
296-
},
297-
type = type,
298-
category = channelName,
299-
eventCode = eventCode,
300290
payload = new
301291
{
302292
aps = new

0 commit comments

Comments
 (0)