fix(mattermost): preserve threaded default and docs
This commit is contained in:
parent
58120b1c69
commit
1bfd50bce9
5 changed files with 26 additions and 23 deletions
|
|
@ -1261,7 +1261,7 @@ pub async fn start_channels(config: Config) -> Result<()> {
|
|||
mm.bot_token.clone(),
|
||||
mm.channel_id.clone(),
|
||||
mm.allowed_users.clone(),
|
||||
mm.thread_replies.unwrap_or(false),
|
||||
mm.thread_replies.unwrap_or(true),
|
||||
)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue