Attention structure has changed recently

This commit is contained in:
Mikael Nordfeldth 2013-11-15 13:43:57 +01:00
parent 3dcce8d987
commit b6f5f58f1a
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,7 @@ class Ostatus_profile extends Managed_DataObject
*/
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();
$replies = array();
foreach ($attention as $recipient=>$type) {