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

Push Notification data payload may contain JSON, stringify before inserting into _PushStatus collection? #1458

Closed
alanphoon opened this issue Apr 11, 2016 · 3 comments

Comments

@alanphoon
Copy link

Data payloads for push notifications may contain JSON. In this scenario, it can break the _PushStatus object for that push notification when being inserted into DB.

Before inserting into _PushStatus collection, can we stringify the data payload? i.e. payload: JSON.stringify(body.data) Thanks.

@flovilmart
Copy link
Contributor

@drew-gross this may imply an update on parse-dashboard.

@drew-gross
Copy link
Contributor

Parse Dashboard currently doesn't do anything with push statuses, so probably not?

@flovilmart
Copy link
Contributor

Alright! I'll make the change then.

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

No branches or pull requests

3 participants