Attention structure has changed recently
This commit is contained in:
parent
3dcce8d987
commit
b6f5f58f1a
@ -914,7 +914,7 @@ class Ostatus_profile extends Managed_DataObject
|
|||||||
*/
|
*/
|
||||||
protected function filterAttention($sender, array $attention)
|
protected function filterAttention($sender, array $attention)
|
||||||
{
|
{
|
||||||
common_log(LOG_DEBUG, "Original reply recipients: " . implode(', ', $attention));
|
common_log(LOG_DEBUG, "Original reply recipients: " . implode(', ', array_keys($attention)));
|
||||||
$groups = array();
|
$groups = array();
|
||||||
$replies = array();
|
$replies = array();
|
||||||
foreach ($attention as $recipient=>$type) {
|
foreach ($attention as $recipient=>$type) {
|
||||||
|
Loading…
Reference in New Issue
Block a user