Skip to content

Commit 7e488cf

Browse files
committed
removed urlArgs key from push data because it is only relevant for push notifications to Safari which does not seem to be supported by parse server yet
1 parent 1481694 commit 7e488cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/APNS.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ export class APNS {
203203
case 'threadId':
204204
notification.setThreadId(coreData.threadId);
205205
break;
206-
case 'urlArgs':
207-
notification.setUrlArgs(coreData.urlArgs);
208-
break;
209206
default:
210207
payload[key] = coreData[key];
211208
break;

0 commit comments

Comments
 (0)