Merge pull request #23006 from overleaf/msm-chat-capabilities-poc-2
[web] Add option to disable chat for subscription GitOrigin-RevId: 0052d060c74c39400496f7f9f54c820398d60012
This commit is contained in:
@@ -801,7 +801,8 @@ const _ProjectController = {
|
||||
isTokenMember,
|
||||
isInvitedMember
|
||||
),
|
||||
chatEnabled: Features.hasFeature('chat'),
|
||||
chatEnabled:
|
||||
Features.hasFeature('chat') && req.capabilitySet.has('chat'),
|
||||
projectHistoryBlobsEnabled: Features.hasFeature(
|
||||
'project-history-blobs'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user