·
34 commits
to main
since this release
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.
NowsendStateEvent
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