feat(channels): add lark/feishu websocket long-connection mode
This commit is contained in:
@@ -216,6 +216,7 @@ fn has_supervised_channels(config: &Config) -> bool {
|
||||
|| config.channels_config.matrix.is_some()
|
||||
|| config.channels_config.whatsapp.is_some()
|
||||
|| config.channels_config.email.is_some()
|
||||
|| config.channels_config.lark.is_some()
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user