This commit is contained in:
David Baker 2018-07-16 16:19:18 +01:00
parent 4c6419a3c5
commit 983dc3ad2e

View file

@ -255,7 +255,6 @@ export default class WidgetUtils {
content = {};
}
const room = MatrixClientPeg.get().getRoom(roomId);
WidgetEchoStore.setRoomWidgetEcho(roomId, widgetId, content);
const client = MatrixClientPeg.get();