fix(channels): include mattermost in launch/list checks
This commit is contained in:
parent
af2510879e
commit
d8409b0878
3 changed files with 87 additions and 27 deletions
|
|
@ -1252,6 +1252,7 @@ pub fn handle_command(command: crate::ChannelCommands, config: &Config) -> Resul
|
|||
("Telegram", config.channels_config.telegram.is_some()),
|
||||
("Discord", config.channels_config.discord.is_some()),
|
||||
("Slack", config.channels_config.slack.is_some()),
|
||||
("Mattermost", config.channels_config.mattermost.is_some()),
|
||||
("Webhook", config.channels_config.webhook.is_some()),
|
||||
("iMessage", config.channels_config.imessage.is_some()),
|
||||
("Matrix", config.channels_config.matrix.is_some()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue