make default group for new connections work

This commit is contained in:
friendica 2013-11-21 17:31:37 -08:00
parent 3e0ac769aa
commit 8cdbd0e2a6

View File

@ -129,6 +129,15 @@ function connections_post(&$a) {
}
if($new_friend) {
$channel = $a->get_channel();
$default_group = $channel['channel_default_group'];
if($default_group) {
require_once('include/group.php');
$g = group_rec_byhash(local_user(),$default_group);
if($g)
group_add_member(local_user(),'',$a->data['abook_xchan'],$g['id']);
}
// Check if settings permit ("post new friend activity" is allowed, and
// friends in general or this friend in particular aren't hidden)
// and send out a new friend activity