]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
We don't add to inbox anymore.
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 6 Mar 2014 23:05:21 +0000 (00:05 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 6 Mar 2014 23:05:21 +0000 (00:05 +0100)
plugins/TwitterBridge/lib/tweetinqueuehandler.php

index 4315f0f81b5df383020d4ce4d75a66b57f7029cf..79d36d11d53c48b777c6bdbb45c7f75f9f92fe83 100644 (file)
@@ -54,7 +54,7 @@ class TweetInQueueHandler extends QueueHandler
             $flink = Foreign_link::getByForeignID($receiver, TWITTER_SERVICE);
             if ($flink instanceof Foreign_link) {
                 common_log(LOG_DEBUG, "TweetInQueueHandler - Got flink so add notice ".
-                           $notice->id." to inbox ".$flink->user_id);
+                           $notice->id." to attentions for user ".$flink->user_id);
                 Attention::saveNew($notice, $flink->getProfile());
             } else {
                common_log(LOG_DEBUG, "TweetInQueueHandler - No flink found for foreign user ".$receiver);