1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

TimelineWindow object

A handy thing for tracking a window into a room timeline

Could really do with some unit tests... sorry.
This commit is contained in:
Richard van der Hoff
2016-01-15 16:27:08 +00:00
parent 8716185f4a
commit b1e2090eef
2 changed files with 394 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ 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");
/** The {@link module:timeline-window~TimelineWindow} class. */
module.exports.TimelineWindow = require("./timeline-window").TimelineWindow;
/**
* Create a new Matrix Call.