]> git.mxchange.org Git - friendica-addons.git/commitdiff
statusnet: Answers were mirrored as well - now there's a check against that.
authorMichael Vogel <icarus@dabo.de>
Tue, 1 Jan 2013 22:57:56 +0000 (23:57 +0100)
committerMichael Vogel <icarus@dabo.de>
Tue, 1 Jan 2013 22:57:56 +0000 (23:57 +0100)
statusnet/statusnet.php

index 1a42307ce3deaebce80b0a85de495278da959af2..d5097c13c2fa6b201869cf913edf2b812af64772 100755 (executable)
@@ -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;