add new connection to default group when auto-accepted

This commit is contained in:
redmatrix
2016-06-15 05:28:16 -07:00
parent 7abfe716b4
commit ef1c01d968
2 changed files with 11 additions and 1 deletions

View File

@@ -275,7 +275,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
call_hooks('follow', $arr);
/** If there is a default group for this channel, add this member to it */
/** If there is a default group for this channel, add this connection to it */
if($default_group) {
require_once('include/group.php');