fix: Adjusts in env files, removed save old_messages

This commit is contained in:
Davidson Gomes
2023-07-12 14:31:05 -03:00
parent ae8801dd8a
commit a8bd32bef3
5 changed files with 7 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ export const instanceNameSchema: JSONSchema7 = {
enum: [
'APPLICATION_STARTUP',
'QRCODE_UPDATED',
'SEND_MESSAGE',
'MESSAGES_SET',
'MESSAGES_UPSERT',
'MESSAGES_UPDATE',
@@ -832,6 +833,7 @@ export const webhookSchema: JSONSchema7 = {
enum: [
'APPLICATION_STARTUP',
'QRCODE_UPDATED',
'SEND_MESSAGE',
'MESSAGES_SET',
'MESSAGES_UPSERT',
'MESSAGES_UPDATE',