Handle send failures
This commit is contained in:
@@ -829,6 +829,9 @@ export class Convo {
|
|||||||
],
|
],
|
||||||
})
|
})
|
||||||
break
|
break
|
||||||
|
case 'Account is disabled':
|
||||||
|
this.pendingMessageFailure = 'unrecoverable'
|
||||||
|
break
|
||||||
default:
|
default:
|
||||||
logger.warn(
|
logger.warn(
|
||||||
`Convo handleSendMessageFailure could not handle error`,
|
`Convo handleSendMessageFailure could not handle error`,
|
||||||
|
|||||||
Reference in New Issue
Block a user