Open itsthejoker opened 4 years ago
Finally found it - it's not that they revoked the permission, it's that you now have to manually request all the private channels when you ask for channels.
users_conversations(types="public_channel,private_channel")
Slack is reporting it as "privategroup" but does not do the same for other private channels. More investigation is required.
Slack forced us over to the new permissions system and revoked our ability to see private channels. May have to refactor bot again to handle the new permissions scheme.