mirror of
https://github.com/RightNow-AI/openfang.git
synced 2026-07-30 23:05:08 +00:00
feat(channels): use plain text as default output formatter for Signal
This commit is contained in:
@@ -517,6 +517,7 @@ fn default_output_format_for_channel(channel_type: &str) -> OutputFormat {
|
||||
"telegram" => OutputFormat::TelegramHtml,
|
||||
"slack" => OutputFormat::SlackMrkdwn,
|
||||
"wecom" => OutputFormat::PlainText,
|
||||
"signal" => OutputFormat::PlainText,
|
||||
_ => OutputFormat::Markdown,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user