Hi Mark
I think i did that a few weeks ago and its still give me the stream. i have posted snapshot of the setting i did but i still see the streams appearing.
Ah, sorry, I thought you are referring to the "join" stream items on your dashboard. If you want to remove these from the group itself, you need to edit the file /media/com_easysocial/apps/group/groups/groups.php and at line 160 comment / remove the codes below:
if ($item->verb == 'join') {
$this->prepareJoinStream($item);
}
There are no configuration for this yet currently.