Merge branch 'develop' into rewrite/gravity-constants

This commit is contained in:
Roland Häder
2022-10-18 16:34:40 +02:00
committed by GitHub
181 changed files with 2408 additions and 2405 deletions
+1 -1
View File
@@ -166,6 +166,6 @@ EOT;
$post = Post::selectFirst(['uri-id', 'uid'], ['id' => $post_id]);
Worker::add(PRIORITY_HIGH, "Notifier", Delivery::POST, $post['uri-id'], $post['uid']);
Worker::add(Worker::PRIORITY_HIGH, "Notifier", Delivery::POST, $post['uri-id'], $post['uid']);
System::exit();
}