Skip to content

Commit

Permalink
Changelog for version 1.5.32
Browse files Browse the repository at this point in the history
  • Loading branch information
ganfra committed Apr 19, 2023
1 parent 40bbd3e commit 0143cf7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
=======================================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/7882.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/8307.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/8313.bugfix

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0143cf7

Please sign in to comment.