]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/DFRN.php
"CheckServer" is now "UpdateGServer"
[friendica.git] / src / Protocol / DFRN.php
index 0b6e02f096118ad37e98076193262a9a9ea59515..f7a8f693902e37591cc4b72b0f2c99440f4a1c19 100644 (file)
@@ -2537,6 +2537,9 @@ class DFRN
                        }
                }
 
+               // Ensure to have the correct share data
+               $item = Item::addShareDataFromOriginal($item);
+
                if ($entrytype == DFRN::REPLY_RC) {
                        $item["wall"] = 1;
                } elseif ($entrytype == DFRN::TOP_LEVEL) {