fix wrong error message about presence
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
9715b07b38
commit
f06f30ca2a
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ async fn main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if config.allow_outgoing_presence && !config.allow_local_presence {
|
if config.allow_outgoing_presence && !config.allow_local_presence {
|
||||||
error!("Outgoing presence requires allowing local presence. Please enable \"allow_outgoing_presence\".");
|
error!("Outgoing presence requires allowing local presence. Please enable \"allow_local_presence\".");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue