Skip to content

Commit

Permalink
Add deprecation notice to MatrixInMemoryStore
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Mar 19, 2019
1 parent 48f2901 commit e669e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports.MemoryStore = require("./store/memory").MemoryStore;
/**
* The {@link module:store/memory.MemoryStore|MemoryStore} class was previously
* exported as `MatrixInMemoryStore`, so this is preserved for SDK consumers.
* @deprecated Prefer `MemoryStore` going forward.
*/
module.exports.MatrixInMemoryStore = module.exports.MemoryStore;
/** The {@link module:store/indexeddb.IndexedDBStore|IndexedDBStore} class. */
Expand Down

0 comments on commit e669e49

Please sign in to comment.