Fix event type.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user