Skip to content

Make mutable-content int (1) instead of bool (True) #763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

HashimJVZ
Copy link
Contributor

@HashimJVZ HashimJVZ commented Feb 18, 2025

APNS expect mutable-content as int in the message payload.
Setting mutable_content to True, will set mutable-content to 1.

APNS expect as int in the payload.
Setting `mutable_content` to True, will set `mutable-content` to 1.
@HashimJVZ HashimJVZ requested a review from 50-Course February 18, 2025 06:15
Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.58%. Comparing base (44977b1) to head (18cac65).
Report is 56 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #763      +/-   ##
==========================================
+ Coverage   70.39%   72.58%   +2.19%     
==========================================
  Files          27       29       +2     
  Lines        1101     1244     +143     
  Branches      180      207      +27     
==========================================
+ Hits          775      903     +128     
- Misses        288      298      +10     
- Partials       38       43       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@50-Course 50-Course merged commit 16d43c2 into jazzband:master Feb 18, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants