mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-15 20:27:20 +08:00
fix: chat channel defaults and feishu shutdown (#16176)
This PR keeps the chat-channel default values and Feishu shutdown behavior consistent after the rebase.
This commit is contained in:
@@ -678,6 +678,8 @@ ChatChannelFormDefaultValues[ChatChannelKey.GOOGLECHAT].config.auth_mode =
|
||||
ChatChannelFormDefaultValues[
|
||||
ChatChannelKey.WECOM
|
||||
].config.credential.connection_type = 'webhook';
|
||||
ChatChannelFormDefaultValues[ChatChannelKey.FEISHU].config.credential.domain =
|
||||
'feishu';
|
||||
|
||||
export const getChatChannelFields = (
|
||||
key?: ChatChannelKey,
|
||||
|
||||
Reference in New Issue
Block a user