We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7d052 commit 0cb6454Copy full SHA for 0cb6454
1 file changed
projects/frontend/src/lib/base/api/list/VRChat/index.ts
@@ -30,7 +30,7 @@ export class VRChat {
30
async init() {
31
if (this._init) return;
32
this._init = true;
33
- this.userAgent = `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0 VRCX/${await this._fetchVersion()} https://github.com/vrcx-team/VRCX`;
+ this.userAgent = `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0 VRCX/${await this._fetchVersion()} https://github.com/vrcx-team/VRCX`;
34
await this.users.init();
35
await this.pipeline.init();
36
}
0 commit comments