I’ve enabled the chat feature, but I’ve set it to allow only 1-on-1 conversations. However, users can still create group chats which doesn’t make sense in this setup. I’d like to either disable or hide the option to create a group chat entirely, since the chat already allow 1-on-1 messaging.
1 Like
In the chat plugin’s settings you can set Chat max direct message users
to 1, which will prevent people from creating group chats. The option still appears in the menu but only allows one person to be added.
It would make sense if we hid the group chat option if this if the setting is 1 or less. But for now, if you’d like to hide it you can add a little CSS to a theme.
#new-group-chat {
display: none;
}
4 Likes
Perfect! Thank you!!
1 Like