mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-28 14:54:22 +02:00
fix wrong error message about presence
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
f27d98cfb5
commit
a51bc163f5
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 {
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue