forked from friendica/friendica-addons
statusnet: Answers were mirrored as well - now there's a check against that.
This commit is contained in:
parent
88638d2338
commit
3c875dcf6e
|
@ -790,6 +790,9 @@ function statusnet_fetchtimeline($a, $uid) {
|
||||||
if (is_object($post->retweeted_status))
|
if (is_object($post->retweeted_status))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if ($post->in_reply_to_status_id != "")
|
||||||
|
continue;
|
||||||
|
|
||||||
if (!strpos($post->source, $a->get_hostname())) {
|
if (!strpos($post->source, $a->get_hostname())) {
|
||||||
$_SESSION["authenticated"] = true;
|
$_SESSION["authenticated"] = true;
|
||||||
$_SESSION["uid"] = $uid;
|
$_SESSION["uid"] = $uid;
|
||||||
|
|
Loading…
Reference in a new issue