Skip to content

v1.3.18

Compare
Choose a tag to compare
@bmarty bmarty released this 04 Feb 15:39
· 145 commits to develop since this release

Warning: This release may trigger an initial sync.

Imported from Element 1.3.18. (https://github.com/vector-im/element-android/releases/tag/v1.3.18)

Bugfixes 🐛

  • Avoid deleting root event of CurrentState on gappy sync. In order to restore lost Events an initial sync may be triggered. (#5137)

SDK API changes ⚠️

  • StateService.sendStateEvent() now takes a non-nullable String for the parameter stateKey. If null was used, just now use an empty string. (#4895)
  • 429 are not automatically retried anymore in case of too long retry delay (#4995)