Merge branch 'element-hq:develop' into yostyle/fix_crypto_migration

This commit is contained in:
Yoan Pintas 2023-12-18 08:35:32 +00:00 committed by GitHub
commit f3c6535011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class VectorJitsiActivity : VectorBaseActivity<ActivityJitsiBinding>(), JitsiMee
setServerURL(it)
}
}
// https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/flags/constants.js
// https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/flags/constants.ts
.setFeatureFlag("chat.enabled", false)
.setFeatureFlag("invite.enabled", false)
.setFeatureFlag("add-people.enabled", false)