reown-com / a2

An Asynchronous Apple Push Notification (apns2) Client for Rust
MIT License
146 stars 51 forks source link

feat: add support for thread-id #88

Open Thooms opened 4 months ago

Thooms commented 4 months ago

Description

This pull requests introduces support for the thread-id field (see https://developer.apple.com/documentation/usernotifications/generating-a-remote-notification).

It is backward compatible (AFAIK), and the doctests are included.

Thooms commented 3 months ago

@geekbrother hey there 👋 have you had time to take a look at this?