mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 20:02:20 -06:00
fix: Adjusts in env files, removed save old_messages
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user