Skip to content

Commit

Permalink
Merge pull request rapidpro#276 from nyaruka/ac-max-length
Browse files Browse the repository at this point in the history
change arabia cell max length to 670, fixes rapidpro#274
  • Loading branch information
nicpottier authored Jan 6, 2020
2 parents f2c61fa + f5ecfb7 commit d54439d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/arabiacell/arabiacell.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (

var (
sendURL = "https://acsdp.arabiacell.net"
maxMsgLength = 1530
maxMsgLength = 670
)

func init() {
Expand Down

0 comments on commit d54439d

Please sign in to comment.