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 false;
} }
return room.currentState.maySendStateEvent('set_widget', me); return room.currentState.maySendStateEvent('im.vector.modular.widgets', me);
} }
} }