Changelog for version 1.5.32

This commit is contained in:
ganfra 2023-04-19 16:15:35 +02:00
parent 40bbd3ebd1
commit 0143cf7ea8
5 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,13 @@
Changes in Element v1.5.32 (2023-04-19)
=======================================
Bugfixes 🐛
----------
- Fix multiple read receipts for the same user in timeline. ([#7882](https://github.com/vector-im/element-android/issues/7882))
- The new permalink rendering is not applied on permalink created with the potential clientPermalinkBaseUrl ([#8307](https://github.com/vector-im/element-android/issues/8307))
- Keep screen on while recording voicebroadcast ([#8313](https://github.com/vector-im/element-android/issues/8313))
Changes in Element v1.5.30 (2023-04-05)
=======================================

View File

@ -1 +0,0 @@
Fix multiple read receipts for the same user in timeline.

View File

@ -1,2 +0,0 @@
The new permalink rendering is not applied on permalink created with the potential clientPermalinkBaseUrl

View File

@ -1 +0,0 @@
Keep screen on while recording voicebroadcast

View File

@ -182,6 +182,7 @@ class HomeActivityViewModel @AssistedInject constructor(
if (analyticsConfig.isEnabled) {
analyticsStore.didAskUserConsentFlow
.onEach { didAskUser ->
Timber.v("DidAskUserConsent: $didAskUser")
if (!didAskUser) {
_viewEvents.post(HomeActivityViewEvents.ShowAnalyticsOptIn)
} else {