Skip to content

Commit 4825da8

Browse files
committedOct 4, 2019
here too
1 parent 9f63195 commit 4825da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ios_notifications/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def is_valid_length(self):
259259
260260
returns bool
261261
"""
262-
return len(self.payload) <= 256
262+
return len(self.payload) <= 2048
263263

264264
@property
265265
def payload(self):

0 commit comments

Comments
 (0)