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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user