From f6d8ebd8d3b8ebdd1f011b8adb6d3a80ea2eca22 Mon Sep 17 00:00:00 2001 From: Amilton Morais Date: Tue, 3 Oct 2023 16:39:04 -0300 Subject: [PATCH] Update dev-env.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inserido nova variável WEBHOOK_BASE64 para recuperar Base64 da media enviar por webhook. --- src/dev-env.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dev-env.yml b/src/dev-env.yml index 7af78d40..cadfe105 100644 --- a/src/dev-env.yml +++ b/src/dev-env.yml @@ -97,6 +97,7 @@ WEBHOOK: WEBHOOK_BY_EVENTS: false # Automatically maps webhook paths # Set the events you want to hear + WEBHOOK_BASE64: false EVENTS: APPLICATION_STARTUP: false QRCODE_UPDATED: true