Skip to content

Commit

Permalink
add our custom property to the relocated function
Browse files Browse the repository at this point in the history
  • Loading branch information
dchymko committed Aug 21, 2024
1 parent 9bae368 commit 7ac6cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ const buildApnsMessage = (data) => {
mutableContent: data.mutableContent || 0,
threadId: data.threadId,
pushType: data.pushType,
interruptionLevel: data.interruptionLevel,
});

if (data.rawPayload) {
Expand Down

0 comments on commit 7ac6cb4

Please sign in to comment.