-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: Remove Reply option for notifications in degraded conversation [WPB-7425] #3166
feat: Remove Reply option for notifications in degraded conversation [WPB-7425] #3166
Conversation
Test Results857 tests 857 ✅ 14m 33s ⏱️ Results for commit 241ed12. ♻️ This comment has been updated with latest results. |
APKs built during tests are available here. Scroll down to Artifacts! |
Quality Gate passedIssues Measures |
APKs built during tests are available here. Scroll down to Artifacts! |
What's new in this PR?
Issues
Notification for the conversations that has degraded verifications status should not have "Reply" option.
Causes (Optional)
Wasn't implemented.
Solutions
Use update kalium version that has
isReplyAllowed
field inLocalNotification.Conversation
and according to that flag add or remove such an option in notifications.Dependencies (Optional)
waiting kalium update to me merged (wireapp/kalium#2867)