forked from GNUsocial/gnu-social
Should be using onHandleQueuedNotice instead of onEndNoticeSave
This commit is contained in:
parent
ece0675ef8
commit
c721884b52
@ -59,7 +59,7 @@ class LinkbackPlugin extends Plugin
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
function onEndNoticeSave($notice)
|
||||
function onHandleQueuedNotice($notice)
|
||||
{
|
||||
if ($notice->is_local == 1) {
|
||||
// Try to avoid actually mucking with the
|
||||
|
@ -125,7 +125,7 @@ class RealtimePlugin extends Plugin
|
||||
return true;
|
||||
}
|
||||
|
||||
function onEndNoticeSave($notice)
|
||||
function onHandleQueuedNotice($notice)
|
||||
{
|
||||
$paths = array();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user