1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Fix event type.

This commit is contained in:
Richard Lewis
2017-08-01 11:41:41 +01:00
parent 15f39040a0
commit 46755de962

View File

@@ -53,6 +53,6 @@ export default class WidgetUtils {
return false;
}
return room.currentState.maySendStateEvent('set_widget', me);
return room.currentState.maySendStateEvent('im.vector.modular.widgets', me);
}
}