Hi everyone,
I’m currently running Nextcloud using the official Docker image. I’ve set up multiple user groups, and users are assigned to their respective groups during creation.
However, I noticed that users can still see and send messages (via Talk) to users from other groups, which I’d like to avoid. My goal is to restrict messaging and visibility so that users can only interact with members of their own group (no cross-group communication).
I’ve already enabled the shareapi_only_share_with_group_members option in config.php, and I’ve checked the admin sharing settings. But this doesn’t seem to affect Nextcloud Talk behavior.
Is there any way (via Talk settings, circles, or policies) to enforce this kind of group-based communication restriction?
Any advice or experience with similar setups would be greatly appreciated!
Thanks!