1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

Change references to MatrixTools to Rooms

or remove where they were unused
This commit is contained in:
David Baker
2016-09-07 11:33:58 +01:00
parent db42d629aa
commit df1cc8748f
5 changed files with 8 additions and 10 deletions

View File

@ -36,7 +36,6 @@ var dis = require("../../dispatcher");
var Tinter = require("../../Tinter");
var rate_limited_func = require('../../ratelimitedfunc');
var ObjectUtils = require('../../ObjectUtils');
var MatrixTools = require('../../MatrixTools');
import UserProvider from '../../autocomplete/UserProvider';