Add Attention stuff to TwitterBridge

This commit is contained in:
Mikael Nordfeldth 2014-03-06 14:28:27 +01:00
parent 018fd84032
commit aff6a66178
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class TweetInQueueHandler extends QueueHandler
if ($flink instanceof Foreign_link) {
common_log(LOG_DEBUG, "TweetInQueueHandler - Got flink so add notice ".
$notice->id." to inbox ".$flink->user_id);
// FIXME: How should a Twitter user get their Inbox filled with foreign tweets?
Attention::saveNew($notice, $flink->getProfile());
} else {
common_log(LOG_DEBUG, "TweetInQueueHandler - No flink found for foreign user ".$receiver);
}