-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Conversation MLS verification status updating (WPB-3872) (#2035)
* feat: Conversation MLS verification status updating * feat: Conversation MLS verification status updating: code-style * feat: Conversation MLS verification status updating: code-style * feat: Conversation MLS verification status updating: code-style * feat: Conversation MLS verification status updating: make it simpler * Code style fix * feat: Conversation MLS verification status updating: fixed db migration * Removed useles comment * make ConversationVerificationStatusHandler to share flows instead of creating a new for each observer * Update DB migration * Review fixes * Code style fixes * Updated ConversationVerificationStatusHandlerTest * Code style fix * feat: Conversation MLS verification status updating: fixed tests * Review fixes * Moved MLS verification status handler to UserScope * Removed useles class * Small review changes * Code style fix * Fixed test * feat: Conversation MLS verification status updating: review changes
- Loading branch information
1 parent
718a7e1
commit 2497ff6
Showing
38 changed files
with
695 additions
and
671 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
...mmonMain/kotlin/com/wire/kalium/logic/data/conversation/ConversationVerificationStatus.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
85 changes: 0 additions & 85 deletions
85
...otlin/com/wire/kalium/logic/feature/conversation/ConversationVerificationStatusHandler.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.