Skip to content

Commit

Permalink
consistent msg error marking with rapidpro
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Aug 24, 2017
1 parent 0829645 commit 6385731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/kannel/kannel.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var kannelStatusMapping = map[int]courier.MsgStatusValue{
2: courier.MsgErrored,
4: courier.MsgSent,
8: courier.MsgSent,
16: courier.MsgFailed,
16: courier.MsgErrored,
}

// StatusMessage is our HTTP handler function for status updates
Expand Down

0 comments on commit 6385731

Please sign in to comment.