question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create private conversation creates public channel instead

See original GitHub issue

Whenever 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:closed
  • Created 4 years ago
  • Comments:10

github_iconTop GitHub Comments

2reactions
szabowexlercommented, Feb 4, 2020

Yes, we can do that 😃

On Tue, Feb 4, 2020 at 2:40 PM Victoria Wei notifications@github.com wrote:

Ahh I see, the problem is that I can’t just use the code as-is, I would need to use the release that’s published to Maven central. Is it possible to cut one next week? Thanks so much for your help, I really appreciate it 😃

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/HubSpot/slack-client/issues/149?email_source=notifications&email_token=ABT6K4T2PMZKC5Q3FZDRMXDRBHAEJA5CNFSM4KNYEIM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKY5QPQ#issuecomment-582080574, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABT6K4RZHVP3KON7WVV73SLRBHAEJANCNFSM4KNYEIMQ .

– Elias Szabo-Wexler Carnegie Mellon University Computer Science, German, Engineering Studies 2015

0reactions
szabowexlercommented, Feb 12, 2020

Planning to have it out Friday

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found