Create private conversation creates public channel instead
See original GitHub issueWhenever I try to create a private conversation, it creates the channel but turns it public instead.
Result<ConversationsCreateResponse, SlackError> createResult =
slackClient.createConversation(ConversationCreateParams.builder()
.setIsPrivate(true)
.setName(privateChannelName)
.build()
).join();
The result I also get from this is:
Create private channel: ConversationsCreateResponse{channel=SlackChannel{id=…, name=…, isArchived=false, isGeneral=false, isPrivate=false, isMember=true, channelType=CHANNEL}, ok=true, responseMetadata=ResponseMetadata{}}
Could someone please take a look? I really appreciate it, thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:10
Top Results From Across the Web
Create and use private channels - Microsoft Support
Training: Create and use a private channel to have focused, private conversations with a specific group of people. Learn more in this online...
Read more >Create a channel - Slack
Add a description, choose a channel type (public or private), or tap the box to share the channel outside of your company. Tap...
Read more >HOW TO MAKE A PUBLIC MICROSOFT TEAMS CHANNEL ...
There are many reasons why someone would like to make a public Channel become private. But usually, the case is when Channels start...
Read more >Creating Channels and Conversations | Synology Chat
Note: · A Private channel is visible only to channel members. Non-members can join only upon invitation. · A Public channel is visible...
Read more >How to create and use private channels in Microsoft Teams
With Microsoft Teams private channels, you can have focused, private conversations with people on your team. This Microsoft Teams tutorial ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, we can do that 😃
On Tue, Feb 4, 2020 at 2:40 PM Victoria Wei notifications@github.com wrote:
– Elias Szabo-Wexler Carnegie Mellon University Computer Science, German, Engineering Studies 2015
Planning to have it out Friday