From: Mikael Nordfeldth Date: Thu, 6 Mar 2014 23:05:21 +0000 (+0100) Subject: We don't add to inbox anymore. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4e8697c96eafb047170b0f9c9844cc8b5ec19a0d;p=quix0rs-gnu-social.git We don't add to inbox anymore. --- diff --git a/plugins/TwitterBridge/lib/tweetinqueuehandler.php b/plugins/TwitterBridge/lib/tweetinqueuehandler.php index 4315f0f81b..79d36d11d5 100644 --- a/plugins/TwitterBridge/lib/tweetinqueuehandler.php +++ b/plugins/TwitterBridge/lib/tweetinqueuehandler.php @@ -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);