Reputation: 209
I created a slack app and add the following scopes to it:
But it still shows "Sending messages to this app has been turned off." in the chat window.
The app configuration page has been updated recently, so I can't try the method such as "go to App Home and set the checkbox for 'Allow users to send Slash commands and messages from the messages tab'".
Actually the settings I made for this app is the same with another app which I created previously and runs normally.
Does anybody have suggestions for this problem? It confuses me a lot, thanks in advance.
Upvotes: 0
Views: 4836
Reputation: 209
Add:
features:
app_home:
home_tab_enabled: false
messages_tab_enabled: true
messages_tab_read_only_enabled: false
to the app Manifest.
Upvotes: 6