Remove FeatureFlag.SharePos
This commit is contained in:
parent
b394688d5a
commit
d3d192b5ff
2 changed files with 1 additions and 10 deletions
|
|
@ -78,7 +78,7 @@ class RustMatrixClientFactory @Inject constructor(
|
|||
client.setUtdDelegate(UtdTracker(analyticsService))
|
||||
|
||||
val syncService = client.syncService()
|
||||
.withSharePos(enable = featureFlagService.isFeatureEnabled(FeatureFlags.SharePos))
|
||||
.withSharePos(true)
|
||||
.withOfflineMode()
|
||||
.finish()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue