From 65acdd7b1587b0537cfe4084bbfd18436cc754b1 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 25 Oct 2021 08:03:12 +0000 Subject: mod regate: auto-connect the invitee with the inviter if auto channel create is enabled (default). fix issue where the default group was not set in the return array of create_identity() --- include/channel.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/channel.php b/include/channel.php index d438d0aa7..927da3dcd 100644 --- a/include/channel.php +++ b/include/channel.php @@ -470,6 +470,10 @@ function create_identity($arr) { dbesc($default_collection_str), intval($newuid) ); + + // also update the current channel array, otherwise the auto-follow contacts will not be added to the default group + $ret['channel']['channel_default_group'] = dbesc($group_hash); + $ret['channel']['channel_allow_gid'] = dbesc($default_collection_str); } if(! $system) { -- cgit v1.2.3