PR merged after the release

This commit is contained in:
Benoit Marty 2021-05-20 15:48:22 +02:00
parent 8d94b5548d
commit e7c5353240
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ Bugfix 🐛:
- Wrong copy in share space bottom sheet (#3346) - Wrong copy in share space bottom sheet (#3346)
- Fix a problem with database migration on nightly builds (#3335) - Fix a problem with database migration on nightly builds (#3335)
- Implement a workaround to render <del> and <u> in the timeline (#1817) - Implement a workaround to render <del> and <u> in the timeline (#1817)
- Make sure the SDK can retrieve the secret storage if the system is upgraded (#3304)
Translations 🗣: Translations 🗣:
- -
@ -59,7 +60,6 @@ Bugfix 🐛:
- Properly clean the back stack if the user cancel registration when waiting for email validation - Properly clean the back stack if the user cancel registration when waiting for email validation
- Fix read marker visibility/position when filtering some events - Fix read marker visibility/position when filtering some events
- Fix user invitation in case of restricted profile api (#3306) - Fix user invitation in case of restricted profile api (#3306)
- Make sure the SDK can retrieve the secret storage if the system is upgraded (#3304)
SDK API changes ⚠️: SDK API changes ⚠️:
- RegistrationWizard.createAccount() parameters are now all optional, following Matrix spec (#3205) - RegistrationWizard.createAccount() parameters are now all optional, following Matrix spec (#3205)