forked from GNUsocial/gnu-social
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) {
|
if ($flink instanceof Foreign_link) {
|
||||||
common_log(LOG_DEBUG, "TweetInQueueHandler - Got flink so add notice ".
|
common_log(LOG_DEBUG, "TweetInQueueHandler - Got flink so add notice ".
|
||||||
$notice->id." to inbox ".$flink->user_id);
|
$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 {
|
} else {
|
||||||
common_log(LOG_DEBUG, "TweetInQueueHandler - No flink found for foreign user ".$receiver);
|
common_log(LOG_DEBUG, "TweetInQueueHandler - No flink found for foreign user ".$receiver);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user