]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add Attention stuff to TwitterBridge
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 6 Mar 2014 13:28:27 +0000 (14:28 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 6 Mar 2014 13:28:27 +0000 (14:28 +0100)
plugins/TwitterBridge/lib/tweetinqueuehandler.php

index 3aa9e5817d15ef5626c03d1a1d2ae39223153df3..4315f0f81b5df383020d4ce4d75a66b57f7029cf 100644 (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);
             }