From 6009b8041629f212918e21f03a106e4f15a3f567 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Tue, 13 Aug 2024 13:01:40 -0700 Subject: [PATCH] fix: include additional function related manifest properties (#18) --- manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0042989..bb45344 100644 --- a/manifest.json +++ b/manifest.json @@ -11,9 +11,11 @@ "socket_mode_enabled": true, "event_subscriptions": { "bot_events": [ - "app_home_opened" + "app_home_opened", + "function_executed" ] - } + }, + "function_runtime": "remote" }, "features": { "bot_user": {