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
|
|
@ -1499,8 +1499,8 @@ pub struct MattermostConfig {
|
|||
pub channel_id: Option<String>,
|
||||
#[serde(default)]
|
||||
pub allowed_users: Vec<String>,
|
||||
/// When true, replies thread on the original post. When false (default),
|
||||
/// replies go to the channel root.
|
||||
/// When true (default), replies thread on the original post.
|
||||
/// When false, replies go to the channel root.
|
||||
#[serde(default)]
|
||||
pub thread_replies: Option<bool>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue