expo-community / expo-server-sdk-python

Exponent Server SDK
MIT License
146 stars 42 forks source link

PushResponse does not return the message ID #18

Closed jliphard closed 3 years ago

jliphard commented 5 years ago

Per the Expo notifications docs, the message id allows more granular debugging of notifications and notification states. It would be very easy to add the message id to the return of PushResponse. Two changes are needed:

line 136:  'push_message', 'status', 'message', 'details', 'id'])):

and

line 296: id=receipt.get('id', '')))
jliphard commented 5 years ago

Here is the corresponding PR: https://github.com/expo/expo-server-sdk-python/pull/19

julianpacker commented 3 years ago

This is handled in #31