Skip to content

Commit

Permalink
Merge pull request #251 from yangcancai/master
Browse files Browse the repository at this point in the history
Fix apns-collapse-id not working
  • Loading branch information
elbrujohalcon authored Dec 28, 2021
2 parents da61dec + 1d07d87 commit bf2d115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apns_connection.erl
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ get_headers(Headers) ->
, {<<"apns-expiration">>, apns_expiration}
, {<<"apns-priority">>, apns_priority}
, {<<"apns-topic">>, apns_topic}
, {<<"apns-collapse_id">>, apns_collapse_id}
, {<<"apns-collapse-id">>, apns_collapse_id}
, {<<"apns-push-type">>, apns_push_type}
, {<<"authorization">>, apns_auth_token}
],
Expand Down

0 comments on commit bf2d115

Please sign in to comment.