Room widgets have no access to postMessage API #3892
Labels
A-Widgets
T-Enhancement
New features, changes in functionality, performance boosts, user-facing improvements
I am working on a room widget that uses the api to send stickers and potentially other events. This is working fine in the web version, but for android the api is not enabled at all for room widgets: WidgetViewModel WidgetViewState This does not seem correct, because under this current functionality, the room widget is simply a webview that cannot interact with the chat at all.
What is the expected behavior here? I can provide a patch for this if I understand the correct api.
The text was updated successfully, but these errors were encountered: