1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-09-12 17:20:57 +00:00

fix wrong error message about presence

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-20 18:28:34 -04:00
parent f27d98cfb5
commit a51bc163f5

View file

@ -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;
} }