Skip to content

@matrix-widget-toolkit/[email protected]

Compare
Choose a tag to compare

Major Changes

  • 14f1795: WidgetApi.sendStateEvent no longer returns the same event sent back down sync.
    If the room state was not altered by the sent event, no state update would be sent back by the server.
    Now sendStateEvent returns the response of the Matrix Widget API instead, including the event ID, among other things.

Minor Changes

  • 76314a9: The api package now exposes some utility functions via the utils module