1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00
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 = {}; content = {};
} }
const room = MatrixClientPeg.get().getRoom(roomId);
WidgetEchoStore.setRoomWidgetEcho(roomId, widgetId, content); WidgetEchoStore.setRoomWidgetEcho(roomId, widgetId, content);
const client = MatrixClientPeg.get(); const client = MatrixClientPeg.get();