|
@@ -114,6 +114,8 @@ export class RoomController extends BasicController {
|
|
|
// }
|
|
|
this.logger.info("update-user-info:", userObj);
|
|
|
updateUser(this.userId, userObj);
|
|
|
+ // 将更新同步一份到process
|
|
|
+ this.user = userObj;
|
|
|
// this.sysUsers.push(this.user);
|
|
|
// 只有来源于小程序用户信息才记录到redis
|
|
|
if (this.isHoster(this.user.role)) {
|