mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-19 03:59:16 +00:00
[ADD] Disconnected event
This commit is contained in:
@@ -53,7 +53,6 @@ exports.ExposeStore = () => {
|
||||
* Adds extra props to the serialization of a model
|
||||
*/
|
||||
exports.LoadExtraProps = (model, props) => {
|
||||
console.log(model, props);
|
||||
Store[model].models[0].__props = Store[model].models[0].__props.concat(props);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user