This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Same data payload for messages with action buttons #90
Labels
Comments
This is the actual message (received by app.accept handler) which is always the same (repeatedly), even though in android notification area the messages are displayed correctly.
|
macdonst
added a commit
that referenced
this issue
Aug 31, 2015
I'm so embarrassed, fixed now. Pushed 1.2.2. |
Thank you, works like charm now ;-) |
@mauron85 great to hear. Keep logging issues if you find stuff. Still ticked at this dumb mistake. |
This thread has been automatically locked. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Everytime I send message:
where trackingNr is kind of UUID
In app.accept callback handler I get same msg.additionaData.trackingNr , meaning if i send first message with trackingNr='AZ-12312312312' all following message have msg.additionalData.trackinNr === 'AZ-12312312312', until I restart the app.
The text was updated successfully, but these errors were encountered: