-
Notifications
You must be signed in to change notification settings - Fork 43
fix: fetch MLS public keys the same way as feature config [WPB-17161] #3991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…droid [WPB-11304] (#3935) Co-authored-by: yamilmedina <[email protected]>
Co-authored-by: Mohamad Jaara <[email protected]>
Co-authored-by: Mohamad Jaara <[email protected]>
This reverts commit 5c4e3d8.
(cherry picked from commit 542f53c)
Built wire-android-staging-compat-pr-3991.apk is available for download |
Built wire-android-dev-debug-pr-3991.apk is available for download |
…ic-keys-on-foreground # Conflicts: # kalium
Built wire-android-staging-compat-pr-3991.apk is available for download |
Built wire-android-dev-debug-pr-3991.apk is available for download |
app/src/main/kotlin/com/wire/android/ui/home/AppSyncViewModel.kt
Outdated
Show resolved
Hide resolved
…ic-keys-on-foreground # Conflicts: # kalium
…ic-keys-on-foreground # Conflicts: # kalium
@saleniuk looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
@saleniuk looks like you are rolling back kalium to a previous commitish. This means that the PR's target branch (develop) is using a newer version of Kalium, and the changes in this PR will rollback Kalium to an older version.
Is this intentional? |
Built wire-android-staging-compat-pr-3991.apk is available for download |
Built wire-android-dev-debug-pr-3991.apk is available for download |
…ic-keys-on-foreground # Conflicts: # kalium
|
Built wire-android-staging-compat-pr-3991.apk is available for download |
Built wire-android-dev-debug-pr-3991.apk is available for download |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
Fetching MLS public keys should be treated the same way as feature-configs.
https://wearezeta.atlassian.net/wiki/spaces/ENGINEERIN/pages/160858877/Feature+flags+and+feature+configuration#Periodic-fetch-of-configuration
Solutions
Add fetching MLS public keys to the
AppSyncViewModel
. Update kalium version to the one with MLS public keys changes to be able to useMLSPublicKeysSyncWorker
(it executes fetch every 24h as well).Update: use
ForegroundActionsUseCase
instead - solution implemented in this PR: wireapp/kalium#3527Dependencies (Optional)
Needs releases with:
Testing
Test Coverage (Optional)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.