Fix event type.

pull/21833/head
Richard Lewis 2017-08-01 11:41:41 +01:00
parent 15f39040a0
commit 46755de962
1 changed files with 1 additions and 1 deletions

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);
}
}