Removed Angular chat (#3553)
GitOrigin-RevId: dd9f6b3adff13d28ef251f61c7a2b54fff2d9ae7
This commit is contained in:
@@ -774,9 +774,6 @@ const ProjectController = {
|
||||
})
|
||||
}
|
||||
|
||||
const wantsOldChatUI =
|
||||
req.query && req.query.new_chat_ui === 'false'
|
||||
|
||||
const wantsOldLogsUI =
|
||||
req.query && req.query.new_logs_ui === 'false'
|
||||
|
||||
@@ -836,7 +833,6 @@ const ProjectController = {
|
||||
wsUrl,
|
||||
showSupport: Features.hasFeature('support'),
|
||||
showNewLogsUI: user.alphaProgram && !wantsOldLogsUI,
|
||||
showNewChatUI: user.betaProgram && !wantsOldChatUI,
|
||||
showReactFileTree: user.betaProgram && !wantsOldFileTreeUI
|
||||
})
|
||||
timer.done()
|
||||
|
||||
Reference in New Issue
Block a user