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:
buua436
2026-06-18 17:44:48 +08:00
committed by GitHub
parent 5eedd13d49
commit a2de7d0060
2 changed files with 22 additions and 1 deletions

View File

@@ -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,