Add Attention stuff to TwitterBridge
This commit is contained in:
parent
018fd84032
commit
aff6a66178
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user