forked from GNUsocial/gnu-social
remove NOOP function common_broadcast_notice()
This commit is contained in:
parent
8f81762d68
commit
c2de44a530
@ -59,7 +59,6 @@ abstract class ImPlugin extends Plugin
|
|||||||
*/
|
*/
|
||||||
abstract function normalize($screenname);
|
abstract function normalize($screenname);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* validate (ensure the validity of) a screenname
|
* validate (ensure the validity of) a screenname
|
||||||
*
|
*
|
||||||
@ -180,7 +179,6 @@ abstract class ImPlugin extends Plugin
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* given a screenname, get the User_im_prefs object for this transport
|
* given a screenname, get the User_im_prefs object for this transport
|
||||||
*
|
*
|
||||||
@ -200,7 +198,6 @@ abstract class ImPlugin extends Plugin
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* given a User, get their screenname
|
* given a User, get their screenname
|
||||||
*
|
*
|
||||||
@ -218,7 +215,6 @@ abstract class ImPlugin extends Plugin
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* given a User, get their User_im_prefs
|
* given a User, get their User_im_prefs
|
||||||
*
|
*
|
||||||
@ -500,7 +496,6 @@ abstract class ImPlugin extends Plugin
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
common_broadcast_notice($notice);
|
|
||||||
common_log(LOG_INFO,
|
common_log(LOG_INFO,
|
||||||
'Added notice ' . $notice->id . ' from user ' . $user->nickname);
|
'Added notice ' . $notice->id . ' from user ' . $user->nickname);
|
||||||
$notice->free();
|
$notice->free();
|
||||||
|
@ -1251,11 +1251,6 @@ function common_redirect($url, $code=307)
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
function common_broadcast_notice($notice, $remote=false)
|
|
||||||
{
|
|
||||||
// DO NOTHING!
|
|
||||||
}
|
|
||||||
|
|
||||||
// Stick the notice on the queue
|
// Stick the notice on the queue
|
||||||
|
|
||||||
function common_enqueue_notice($notice)
|
function common_enqueue_notice($notice)
|
||||||
|
Loading…
Reference in New Issue
Block a user