From: Michael Vogel Date: Sat, 7 Mar 2015 20:09:32 +0000 (+0100) Subject: Adding some more data to Diaspora reshares X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dc380d780019f8c26f23ad5e4bb1df2601974b2a;p=friendica.git Adding some more data to Diaspora reshares --- diff --git a/include/diaspora.php b/include/diaspora.php index 2c19cd4c48..1202a3a552 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -1167,6 +1167,8 @@ function diaspora_reshare($importer,$xml,$msg) { $prefix = "[share author='".str_replace(array("'", "[", "]"), array("'", "[", "]"),$person['name']). "' profile='".$person['url']. "' avatar='".((x($person,'thumb')) ? $person['thumb'] : $person['photo']). + "' guid='".$orig_guid. + "' posted='".$orig_created. "' link='".str_replace(array("'", "[", "]"), array("'", "[", "]"),$orig_url)."']"; $datarray['author-name'] = $contact['name']; $datarray['author-link'] = $contact['url'];