Skip to content

Commit

Permalink
Fix apns-collapse-id not working
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Dec 24, 2021
1 parent da61dec commit 1d07d87
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 1d07d87

Please sign in to comment.