Skip to content

Commit 1dd3b33

Browse files
feat: enable always online bot users
1 parent 590fe80 commit 1dd3b33

1 file changed

Lines changed: 46 additions & 46 deletions

File tree

manifest.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
11
{
22
"_metadata": {
3-
"major_version": 1,
4-
"minor_version": 1
3+
"major_version": 1,
4+
"minor_version": 1
55
},
66
"display_information": {
7-
"name": "Bolt Template App"
7+
"name": "Bolt Template App"
88
},
99
"features": {
10-
"app_home": {
11-
"home_tab_enabled": true,
12-
"messages_tab_enabled": false,
13-
"messages_tab_read_only_enabled": true
14-
},
15-
"bot_user": {
16-
"display_name": "Bolt Template App",
17-
"always_online": false
18-
},
19-
"shortcuts": [
20-
{
21-
"name": "Run sample shortcut",
22-
"type": "global",
23-
"callback_id": "sample_shortcut_id",
24-
"description": "Runs a sample shortcut"
25-
}
26-
],
27-
"slash_commands": [
28-
{
29-
"command": "/sample-command",
30-
"description": "Runs a sample command",
31-
"should_escape": false
32-
}
33-
]
10+
"app_home": {
11+
"home_tab_enabled": true,
12+
"messages_tab_enabled": false,
13+
"messages_tab_read_only_enabled": true
14+
},
15+
"bot_user": {
16+
"display_name": "Bolt Template App",
17+
"always_online": true
18+
},
19+
"shortcuts": [
20+
{
21+
"name": "Run sample shortcut",
22+
"type": "global",
23+
"callback_id": "sample_shortcut_id",
24+
"description": "Runs a sample shortcut"
25+
}
26+
],
27+
"slash_commands": [
28+
{
29+
"command": "/sample-command",
30+
"description": "Runs a sample command",
31+
"should_escape": false
32+
}
33+
]
3434
},
3535
"oauth_config": {
36-
"scopes": {
37-
"bot": [
38-
"channels:history",
39-
"chat:write",
40-
"commands"
41-
]
42-
}
36+
"scopes": {
37+
"bot": [
38+
"channels:history",
39+
"chat:write",
40+
"commands"
41+
]
42+
}
4343
},
4444
"settings": {
45-
"event_subscriptions": {
46-
"bot_events": [
47-
"app_home_opened",
48-
"message.channels"
49-
]
50-
},
51-
"interactivity": {
52-
"is_enabled": true
53-
},
54-
"org_deploy_enabled": true,
55-
"socket_mode_enabled": true,
56-
"token_rotation_enabled": false
45+
"event_subscriptions": {
46+
"bot_events": [
47+
"app_home_opened",
48+
"message.channels"
49+
]
50+
},
51+
"interactivity": {
52+
"is_enabled": true
53+
},
54+
"org_deploy_enabled": true,
55+
"socket_mode_enabled": true,
56+
"token_rotation_enabled": false
5757
}
5858
}

0 commit comments

Comments
 (0)