Skip to content

v0.9.1

Pre-release
Pre-release

Choose a tag to compare

@manuroe manuroe released this 08 Aug 13:52
· 6590 commits to develop since this release

Improvements:

  • MXRoomState: Improve algorithm to manage room members displaynames disambiguation.
  • MXRoomSummary: Add isDirect and directUserId properties, thanks to @morozkin (#342).
  • MXFileStore: New section with asynchronous API. asyncUsers and asyncRoomsSummaries methods are available, thanks to @morozkin (#342).

Bug fixes:

API breaks:

  • Replace [MXRoomState stateEventWithType:] by [MXRoomState stateEventsWithType:].