You've already forked matrix-js-sdk
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user