mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Fix event type.
This commit is contained in:
parent
15f39040a0
commit
46755de962
@ -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…
x
Reference in New Issue
Block a user