Posted messages to the private channel not coming to websocket client

Summary
Hi there! Thank you for a good product! I have some troubles with Bot integration by websocket mode. Posted messages to the private channel not coming to websocket client. When I write message to the private channel or use API to post message by Bot there is no any messages in the socket which connected to the Bot.

Steps to reproduce

  • Listen to the websocket with the Bot token
  • Add Bot to the private channel
  • Post message (pin message, make reaction to the message or else) to the channel from previous step

Expected behavior
There is event with posted message (or another event) in the socket

Observed behavior
There is no event with posted message (or another event)

Sorry! It was my mistake, I haven’t added bot to the private channel :laughing: Everything is working! Thank you!