Skip to content

Commit

Permalink
Bug fix #672
Browse files Browse the repository at this point in the history
Restore the identity server definition
  • Loading branch information
appndigital committed Sep 23, 2022
1 parent d0a8ec0 commit 7bc8a22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/672.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Create DM by selecting an email is not working anymore
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ class HomeActivityViewModel @AssistedInject constructor(
.onEach { status ->
when (status) {
is SyncRequestState.Idle -> {
// Tchap edition : Force Identity server definition
updateIdentityServer()

maybeVerifyOrBootstrapCrossSigning()
}
else -> Unit
Expand Down

0 comments on commit 7bc8a22

Please sign in to comment.