Fix event type.
This commit is contained in:
parent
15f39040a0
commit
46755de962
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue