fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit ed9644089e - Show all commits

View file

@ -708,7 +708,10 @@ export class DialogKeywords {
*/
public async userMobile({ pid }) {
let { min, user, params } = await DialogKeywords.getProcessInfo(pid);
if (user)
return user.userSystemId;
else
return 'unattended';
}
/**