DoctorMcKay / node-steamcommunity

Interact with various interfaces on Steam Community from Node.js
https://dev.doctormckay.com/forum/8-node-steamcommunity/
MIT License
475 stars 128 forks source link

mobile confirmation #311

Closed RobotXX1 closed 1 year ago

RobotXX1 commented 1 year ago

hello, why did you replace from android to react? didn't that affect the bans? params.m = 'react';

https://github.com/DoctorMcKay/node-steamcommunity/commit/6e19ffd93bd5d629c005abc963b97ed1fe11b4bc#diff-3c5481d7656b158754a49e0896e61929b88caea3f6f78355e40d0017eeaeee33L255

DoctorMcKay commented 1 year ago

Because react is what the Steam mobile app sends now.

RobotXX1 commented 1 year ago

okay, thanks you