Add a flag to enable or disable incoming share
This commit is contained in:
committed by
Benoit Marty
parent
24d9c10f97
commit
e619fefb7f
+1
@@ -44,6 +44,7 @@ class StaticFeatureFlagProvider @Inject constructor() :
|
||||
FeatureFlags.RoomDirectorySearch -> false
|
||||
FeatureFlags.ShowBlockedUsersDetails -> false
|
||||
FeatureFlags.QrCodeLogin -> OnBoardingConfig.CAN_LOGIN_WITH_QR_CODE
|
||||
FeatureFlags.IncomingShare -> true
|
||||
}
|
||||
} else {
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user