mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
Webhook and polling integrations for channels
This commit is contained in:
+4
-6
@@ -47,13 +47,11 @@ pub struct ChannelSettings {
|
||||
#[serde(default)]
|
||||
pub http_port: Option<u16>,
|
||||
|
||||
/// Whether Telegram channel is enabled.
|
||||
/// Enabled WASM channels by name.
|
||||
/// Channels not in this list but present in the channels directory will still load.
|
||||
/// This is primarily used by the setup wizard to track which channels were configured.
|
||||
#[serde(default)]
|
||||
pub telegram_enabled: bool,
|
||||
|
||||
/// Whether Slack channel is enabled.
|
||||
#[serde(default)]
|
||||
pub slack_enabled: bool,
|
||||
pub wasm_channels: Vec<String>,
|
||||
}
|
||||
|
||||
impl Settings {
|
||||
|
||||
Reference in New Issue
Block a user