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:
@@ -42,7 +42,7 @@ class PluginQueueHandler extends QueueHandler
|
||||
return 'plugin';
|
||||
}
|
||||
|
||||
function handle($notice)
|
||||
function handle_notice($notice)
|
||||
{
|
||||
Event::handle('HandleQueuedNotice', array(&$notice));
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user