WalletConnect / a2

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

feat: add support for thread-id #88

Open Thooms opened 1 month ago

Thooms commented 1 month 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 weeks ago

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