Skip to content
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

Add Support for mutable_content in aioapns #755

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HashimJVZ
Copy link

@HashimJVZ HashimJVZ commented Jan 11, 2025

Re-do of #745

Changes in the #745 was 314a484

This PR introduces support for the mutable_content property in the aioapns library, which was previously available only in apns2. The mutable_content property allows notifications to be modified by a Notification Service Extension before being delivered to the user.

This is related to #320 and #350.
Earlier support was available in the apns.py file, now added to apns_async.py.

@HashimJVZ HashimJVZ requested a review from 50-Course January 11, 2025 17:23
Copy link

codecov bot commented Jan 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.50%. Comparing base (44977b1) to head (e0e098c).
Report is 52 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #755      +/-   ##
==========================================
+ Coverage   70.39%   72.50%   +2.10%     
==========================================
  Files          27       29       +2     
  Lines        1101     1240     +139     
  Branches      180      205      +25     
==========================================
+ Hits          775      899     +124     
- Misses        288      298      +10     
- Partials       38       43       +5     

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

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.

1 participant