How Can We Help?
Disable group chat and allow only private chats?
If you want to allow only private chat discussion so all can talk in private but not having a group discussion, then choose “Group chat”, and then add the following CSS to both the web and mobile
#content,
#text:not([readonly]),
#chat-extra,
#send-button
{ display: none !important; }
When you send a message in the group chat, it will not appear. Only private chats will work.
To know how to edit web CSS, click this link.