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

This commit is contained in:
Michael Vogel 2013-01-01 23:57:56 +01:00
parent 88638d2338
commit 3c875dcf6e

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;