guest access tokens: xchan record not created on URL login

(cherry picked from commit 0b2213dd41)
This commit is contained in:
zotlabs 2019-03-07 03:01:28 +00:00 committed by Mario
parent 9450305568
commit beb4e00afb

View File

@ -1836,6 +1836,7 @@ function zat_init() {
);
if($r) {
$xchan = atoken_xchan($r[0]);
atoken_create_xchan($xchan);
atoken_login($xchan);
}
}