Changed log calls

This commit is contained in:
Michael 2019-02-21 19:32:31 +00:00
parent 3183b3ce12
commit 3450f12cba
2 changed files with 16 additions and 17 deletions

View file

@ -616,7 +616,7 @@ class Contact extends BaseObject
DBA::update('contact', ['archive' => true, 'network' => Protocol::PHANTOM, 'deleted' => true], ['id' => $id]);
// Delete it in the background
Worker::add(PRIORITY_LOW, 'RemoveContact', $id);
Worker::add(PRIORITY_MEDIUM, 'RemoveContact', $id);
}
/**