statusnet: Answers were mirrored as well - now there's a check against that.

pull/91/head
Michael Vogel 2013-01-01 23:57:56 +01:00
parent 88638d2338
commit 3c875dcf6e
1 changed files with 3 additions and 0 deletions

View File

@ -790,6 +790,9 @@ function statusnet_fetchtimeline($a, $uid) {
if (is_object($post->retweeted_status))
continue;
if ($post->in_reply_to_status_id != "")
continue;
if (!strpos($post->source, $a->get_hostname())) {
$_SESSION["authenticated"] = true;
$_SESSION["uid"] = $uid;