mirror of
https://github.com/vernu/textbee.git
synced 2026-05-19 14:02:04 -04:00
chore(web): temporarily disable unknown state and sms status updated webhook events
This commit is contained in:
@@ -100,8 +100,10 @@ export function CreateWebhookDialog({
|
||||
'MESSAGE_SENT',
|
||||
'MESSAGE_DELIVERED',
|
||||
'MESSAGE_FAILED',
|
||||
'UNKNOWN_STATE',
|
||||
'SMS_STATUS_UPDATED',
|
||||
|
||||
// TODO: handle these events better in the future
|
||||
// 'UNKNOWN_STATE',
|
||||
// 'SMS_STATUS_UPDATED',
|
||||
]
|
||||
|
||||
return (
|
||||
|
||||
@@ -107,8 +107,10 @@ export function EditWebhookDialog({
|
||||
'MESSAGE_SENT',
|
||||
'MESSAGE_DELIVERED',
|
||||
'MESSAGE_FAILED',
|
||||
'UNKNOWN_STATE',
|
||||
'SMS_STATUS_UPDATED',
|
||||
|
||||
// TODO: handle these events better in the future
|
||||
// 'UNKNOWN_STATE',
|
||||
// 'SMS_STATUS_UPDATED',
|
||||
]
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user