]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Attention structure has changed recently
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 15 Nov 2013 12:43:57 +0000 (13:43 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 19 Nov 2013 12:38:38 +0000 (13:38 +0100)
plugins/OStatus/classes/Ostatus_profile.php

index 74e19ce9ebd5ab8785467307f7f8040b403b1964..b05d1755ca1250392b0c700e6dab6be7c603d187 100644 (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) {