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

APNS alert content may be longer than 255 chars #248

Merged
merged 1 commit into from
Feb 9, 2016

Conversation

schmidt
Copy link
Contributor

@schmidt schmidt commented Feb 8, 2016

The Apns::Notification binary size validation is allowing messages, that cannot be saved in the DB, since they are to long. This patch adds a migration to change the alert column to type text and adds a spec exposing the behaviour.

Fixes #235

The Apns::Notification binary size validation is allowing messages, that cannot be saved in the DB, since they are to long. This patch adds a migration to change the alert column to type text and adds a spec exposing the behaviour.

Fixes rpush#235
aried3r added a commit that referenced this pull request Feb 9, 2016
APNS alert content may be longer than 255 chars
@aried3r aried3r merged commit 051d18b into rpush:master Feb 9, 2016
@schmidt schmidt deleted the fix-alert-size branch February 9, 2016 14:40
Adrian1707 pushed a commit to Adrian1707/rpush that referenced this pull request Apr 24, 2024
APNS alert content may be longer than 255 chars
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

Successfully merging this pull request may close these issues.

2 participants