feat(presence): add granular allow configuration
This commit is contained in:
@@ -991,7 +991,7 @@ impl KeyValueDatabase {
|
||||
if services().globals.allow_check_for_updates() {
|
||||
Self::start_check_for_updates_task();
|
||||
}
|
||||
if services().globals.config.allow_presence {
|
||||
if services().globals.allow_local_presence() {
|
||||
Self::start_presence_handler(presence_receiver).await;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user