We don't add to inbox anymore.

This commit is contained in:
Mikael Nordfeldth 2014-03-07 00:05:21 +01:00
parent c4e1cd1289
commit 4e8697c96e
1 changed files with 1 additions and 1 deletions

View 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);