You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-09-03 08:42:03 +03:00
More linting
This commit is contained in:
@@ -22,6 +22,7 @@ var FILTER_SYNC = "FILTER_SYNC";
|
||||
* Construct an entity which is able to sync with a homeserver.
|
||||
* @constructor
|
||||
* @param {MatrixClient} client The matrix client instance to use.
|
||||
* @param {Object} opts Config options
|
||||
*/
|
||||
function SyncApi(client, opts) {
|
||||
this.client = client;
|
||||
|
Reference in New Issue
Block a user