1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

No longer need RoomState

This commit is contained in:
David Baker
2017-07-19 14:58:18 +01:00
parent 342f5c01e0
commit 39d694de8c

View File

@@ -20,7 +20,6 @@ limitations under the License.
const EventEmitter = require("events").EventEmitter;
const utils = require("../utils");
const EventTimeline = require("./event-timeline");
const RoomState = require("./room-state");
// var DEBUG = false;
const DEBUG = true;