Skip to content
Snippets Groups Projects
Commit f06f30ca authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

fix wrong error message about presence

parent 9715b07b
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,7 @@ async fn main() {
}
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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment