Merge pull request #26070 from overleaf/msm-disable-dropbox

[web] Disable Dropbox Capability

GitOrigin-RevId: 5f91d2918bf3b88e52f4d27c828a4715f9b88629
This commit is contained in:
Miguel Serrano
2025-06-19 10:39:38 +02:00
committed by Copybot
parent edf4fdda50
commit 04fa5366ce
19 changed files with 44 additions and 44 deletions
@@ -728,14 +728,6 @@ const _ProjectController = {
? 'project/ide-react-detached'
: 'project/ide-react'
let chatEnabled
if (Features.hasFeature('saas')) {
chatEnabled =
Features.hasFeature('chat') && req.capabilitySet.has('chat')
} else {
chatEnabled = Features.hasFeature('chat')
}
const isOverleafAssistBundleEnabled =
splitTestAssignments['overleaf-assist-bundle']?.variant === 'enabled'
@@ -841,7 +833,7 @@ const _ProjectController = {
isTokenMember,
isInvitedMember
),
chatEnabled,
capabilities: [...req.capabilitySet],
projectHistoryBlobsEnabled: Features.hasFeature(
'project-history-blobs'
),