]> git.mxchange.org Git - friendica.git/blobdiff - include/ostatus.php
Bugfix: Reimported Friendica posts from pump.io had the links missing.
[friendica.git] / include / ostatus.php
index b38ad91d479d1fa79d55049bb36a4df456d769c4..f9911bfaab7622925fff20a6b2718eaa734dcd16 100644 (file)
@@ -467,7 +467,7 @@ class ostatus {
                        }
 
                        // Is it a repeated post?
-                       if ($repeat_of != "") {
+                       if (($repeat_of != "") OR ($item["verb"] == ACTIVITY_SHARE)) {
                                $activityobjects = $xpath->query('activity:object', $entry)->item(0);
 
                                if (is_object($activityobjects)) {