@@ -216,6 +216,7 @@ export class RoomAssistant {
} else {
this.room.logger.info(`已加入房间 :`, { userId });
}
+ await this.notifyUsersChange(roomId, user, true);
/**