-
Notifications
You must be signed in to change notification settings - Fork 118
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
Guard user suggestions behind feature flag so that they don't impact releasability of other room creation features #770
Guard user suggestions behind feature flag so that they don't impact releasability of other room creation features #770
Conversation
Generated by 🚫 Danger Swift against fa78a30 |
…releasability of other room creation features
f57fe51
to
614956d
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #770 +/- ##
===========================================
- Coverage 51.29% 51.20% -0.09%
===========================================
Files 290 290
Lines 16008 16025 +17
Branches 9734 9744 +10
===========================================
- Hits 8211 8206 -5
- Misses 7557 7580 +23
+ Partials 240 239 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor comment.
LGTM otherwise.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Suggestions have been descoped from element-hq/element-meta#988. This wraps them into a separate feature switch so that we can still safely release other pieces of the epic.