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:
strawberry 2024-03-30 00:49:14 -04:00 committed by June
parent f818c368c0
commit 2b3ee3bf0b
3 changed files with 3 additions and 4 deletions

View file

@ -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,