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

Add startup() to store API

This commit is contained in:
Kegan Dougal
2017-02-17 10:14:12 +00:00
parent 29336e260c
commit c93c8a79b7
3 changed files with 19 additions and 1 deletions

View File

@@ -134,7 +134,7 @@ describe("MatrixClient", function() {
"getRoom", "getRooms", "getUser", "getSyncToken", "scrollback",
"save", "setSyncToken", "storeEvents", "storeRoom", "storeUser",
"getFilterIdByName", "setFilterIdByName", "getFilter", "storeFilter",
"getSyncAccumulator",
"getSyncAccumulator", "startup",
].reduce((r, k) => { r[k] = expect.createSpy(); return r; }, {});
client = new MatrixClient({
baseUrl: "https://my.home.server",