]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Relocate.php
Rename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop
[friendica.git] / src / Console / Relocate.php
index c1db6ef534c604f42f70c07c11522b67b48418ac..729bee392f4ea5bd33ec651989ac6a78868fb887 100644 (file)
@@ -197,7 +197,7 @@ HELP;
                $this->out('Schedule relocation messages to remote Friendica and Diaspora hosts');
                $users = $this->database->selectToArray('user', ['uid'], ['account_removed' => false, 'account_expired' => false]);
                foreach ($users as $user) {
-                       Worker::add(PRIORITY_HIGH, 'Notifier', Delivery::RELOCATION, $user['uid']);
+                       Worker::add(Worker::PRIORITY_HIGH, 'Notifier', Delivery::RELOCATION, $user['uid']);
                }
 
                return 0;