From 1dd3b33a35248dbfcc89bad8d467232908b1fcad Mon Sep 17 00:00:00 2001 From: "slack-samples[bot]" <169401055+slack-samples[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 21:32:58 +0000 Subject: [PATCH] feat: enable always online bot users --- manifest.json | 92 +++++++++++++++++++++++++-------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/manifest.json b/manifest.json index 759d0a8..b23a199 100644 --- a/manifest.json +++ b/manifest.json @@ -1,58 +1,58 @@ { "_metadata": { - "major_version": 1, - "minor_version": 1 + "major_version": 1, + "minor_version": 1 }, "display_information": { - "name": "Bolt Template App" + "name": "Bolt Template App" }, "features": { - "app_home": { - "home_tab_enabled": true, - "messages_tab_enabled": false, - "messages_tab_read_only_enabled": true - }, - "bot_user": { - "display_name": "Bolt Template App", - "always_online": false - }, - "shortcuts": [ - { - "name": "Run sample shortcut", - "type": "global", - "callback_id": "sample_shortcut_id", - "description": "Runs a sample shortcut" - } - ], - "slash_commands": [ - { - "command": "/sample-command", - "description": "Runs a sample command", - "should_escape": false - } - ] + "app_home": { + "home_tab_enabled": true, + "messages_tab_enabled": false, + "messages_tab_read_only_enabled": true + }, + "bot_user": { + "display_name": "Bolt Template App", + "always_online": true + }, + "shortcuts": [ + { + "name": "Run sample shortcut", + "type": "global", + "callback_id": "sample_shortcut_id", + "description": "Runs a sample shortcut" + } + ], + "slash_commands": [ + { + "command": "/sample-command", + "description": "Runs a sample command", + "should_escape": false + } + ] }, "oauth_config": { - "scopes": { - "bot": [ - "channels:history", - "chat:write", - "commands" - ] - } + "scopes": { + "bot": [ + "channels:history", + "chat:write", + "commands" + ] + } }, "settings": { - "event_subscriptions": { - "bot_events": [ - "app_home_opened", - "message.channels" - ] - }, - "interactivity": { - "is_enabled": true - }, - "org_deploy_enabled": true, - "socket_mode_enabled": true, - "token_rotation_enabled": false + "event_subscriptions": { + "bot_events": [ + "app_home_opened", + "message.channels" + ] + }, + "interactivity": { + "is_enabled": true + }, + "org_deploy_enabled": true, + "socket_mode_enabled": true, + "token_rotation_enabled": false } }