guest access tokens: xchan record not created on URL login

This commit is contained in:
zotlabs 2019-03-06 19:01:28 -08:00
parent 26e7da0b96
commit 0b2213dd41

View File

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