mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:50:20 +00:00
Now PubSubPublish moved as well
This commit is contained in:
parent
2de457489f
commit
5108115fc1
4 changed files with 99 additions and 96 deletions
|
@ -28,7 +28,7 @@ class Queue {
|
|||
logger('queue: start');
|
||||
|
||||
// Handling the pubsubhubbub requests
|
||||
Worker::add(array('priority' => PRIORITY_HIGH, 'dont_fork' => true), 'pubsubpublish');
|
||||
Worker::add(array('priority' => PRIORITY_HIGH, 'dont_fork' => true), 'PubSubPublish');
|
||||
|
||||
$r = q(
|
||||
"SELECT `queue`.*, `contact`.`name`, `contact`.`uid` FROM `queue`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue