1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00

Merge branch 'master' into develop

This commit is contained in:
Kegan Dougal
2015-06-30 13:46:48 +01:00

View File

@@ -86,6 +86,9 @@ are updated.
console.log(member.name + " stopped typing.");
}
});
// start the client to setup the connection to the server
client.startClient();
```
### Promises or Callbacks