set allow_incoming_presence to true by default
this is harmless and is a better UX anyways Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
f818c368c0
commit
2b3ee3bf0b
3 changed files with 3 additions and 4 deletions
|
@ -183,7 +183,7 @@ pub struct Config {
|
|||
|
||||
#[serde(default)]
|
||||
pub allow_local_presence: bool,
|
||||
#[serde(default)]
|
||||
#[serde(default = "true_fn")]
|
||||
pub allow_incoming_presence: bool,
|
||||
#[serde(default)]
|
||||
pub allow_outgoing_presence: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue