Skip to content

Commit

Permalink
fix: include additional function related manifest properties (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg authored Aug 13, 2024
1 parent 8c77f91 commit 6009b80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 6009b80

Please sign in to comment.