Skip to content

Commit

Permalink
mark deleted as failed
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Apr 4, 2019
1 parent 203371c commit 9e705db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ _testmain.go
*.prof

.DS_Store
dist/
.envrc
courier
1 change: 1 addition & 0 deletions handlers/whatsapp/whatsapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ var waStatusMapping = map[string]courier.MsgStatusValue{
"delivered": courier.MsgDelivered,
"read": courier.MsgDelivered,
"failed": courier.MsgFailed,
"deleted": courier.MsgFailed,
}

// {
Expand Down

0 comments on commit 9e705db

Please sign in to comment.