Make a best guess at how to pull the attribution from the recursive reshare from hell.
This commit is contained in:
parent
bbf88cf639
commit
ac77076135
@ -984,6 +984,10 @@ function diaspora_reshare($importer,$xml,$msg) {
|
||||
if($source_xml->post->status_message) {
|
||||
$body = diaspora2bb($source_xml->post->status_message->raw_message);
|
||||
|
||||
$orig_author = notags(unxmlify($source_xml->post->status_message->diaspora_handle));
|
||||
$orig_guid = notags(unxmlify($source_xml->post->status_message->guid));
|
||||
|
||||
|
||||
// Checking for embedded pictures
|
||||
if($source_xml->post->status_message->photo->remote_photo_path &&
|
||||
$source_xml->post->status_message->photo->remote_photo_name) {
|
||||
|
Reference in New Issue
Block a user