forked from GNUsocial/gnu-social
Will re-enable anything queueing after 0.9.x merge
Revert "Any object (not just Notice's) can be queued"
This reverts commit 77ea02cac3
.
This commit is contained in:
@@ -36,7 +36,7 @@ class OmbQueueHandler extends QueueHandler
|
||||
* @fixme doesn't currently report failure back to the queue manager
|
||||
* because omb_broadcast_notice() doesn't report it to us
|
||||
*/
|
||||
function handle($notice)
|
||||
function handle_notice($notice)
|
||||
{
|
||||
if ($this->is_remote($notice)) {
|
||||
$this->log(LOG_DEBUG, 'Ignoring remote notice ' . $notice->id);
|
||||
|
Reference in New Issue
Block a user