1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Add filter UTs and fix bugs

This commit is contained in:
Kegan Dougal
2015-12-08 15:39:55 +00:00
parent 1987726a95
commit 86a162c818
3 changed files with 63 additions and 12 deletions

View File

@@ -34,6 +34,7 @@ module.exports.CRYPTO_ENABLED = require("./client").CRYPTO_ENABLED;
module.exports.ContentRepo = require("./content-repo");
/** The {@link module:filter~Filter|Filter} class. */
module.exports.Filter = require("./filter");
/**
* Create a new Matrix Call.
* @function