fix(onboard): use is_feishu when constructing lark config
This commit is contained in:
parent
3b2009f15a
commit
d78e3e253e
@ -4816,7 +4816,7 @@ fn setup_channels() -> Result<ChannelsConfig> {
|
||||
encrypt_key: None,
|
||||
allowed_users,
|
||||
mention_only: false,
|
||||
use_feishu,
|
||||
use_feishu: is_feishu,
|
||||
receive_mode,
|
||||
port,
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user