change register workflow if uno is set
This commit is contained in:
parent
d8e6fd5df0
commit
a606173e07
@ -146,7 +146,7 @@ function register_post(&$a) {
|
|||||||
|
|
||||||
$new_channel = false;
|
$new_channel = false;
|
||||||
|
|
||||||
if(get_config('system','auto_channel_create')) {
|
if(get_config('system','auto_channel_create') || UNO) {
|
||||||
$new_channel = auto_channel_create($result['account']['account_id']);
|
$new_channel = auto_channel_create($result['account']['account_id']);
|
||||||
if($new_channel['success']) {
|
if($new_channel['success']) {
|
||||||
$channel_id = $new_channel['channel']['channel_id'];
|
$channel_id = $new_channel['channel']['channel_id'];
|
||||||
|
Reference in New Issue
Block a user