-
Notifications
You must be signed in to change notification settings - Fork 741
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
Labs flag for enabling live location sharing (PSF-799) #6098
Conversation
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.
LGTM 💯
do we need a changelog entry? |
@@ -26,7 +26,6 @@ interface VectorFeatures { | |||
fun isOnboardingUseCaseEnabled(): Boolean | |||
fun isOnboardingPersonalizeEnabled(): Boolean | |||
fun isOnboardingCombinedRegisterEnabled(): Boolean | |||
fun isLiveLocationEnabled(): Boolean |
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.
not for this PR, in the future I could imagine sharing the VectorFeatures
with the lab features and having a single point of truth for toggling features
Matrix SDKIntegration Tests Results:
|
Within this PR, we remove feature flag and add a labs flags for live location sharing.