statusnet: Answers were mirrored as well - now there's a check against that.
This commit is contained in:
parent
88638d2338
commit
3c875dcf6e
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue