From: rabuzarus Date: Wed, 1 Jun 2016 07:21:58 +0000 (+0200) Subject: Merge pull request #2550 from annando/1605-frio-github-markread X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4e1c51500404de5a6b33c95cfeafe3710b752c7f;hp=e2c0f04eeb0ca890465607d6d3305f08d2bfe862;p=friendica.git Merge pull request #2550 from annando/1605-frio-github-markread Frio: Removed github link, changed notification description --- diff --git a/include/ostatus.php b/include/ostatus.php index 918dec5f32..7ac26846d2 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -493,6 +493,7 @@ class ostatus { $orig_body = $xpath->query('atom:content/text()', $activityobjects)->item(0)->nodeValue; $orig_created = $xpath->query('atom:published/text()', $activityobjects)->item(0)->nodeValue; + $orig_edited = $xpath->query('atom:updated/text()', $activityobjects)->item(0)->nodeValue; $orig_contact = $contact; $orig_author = self::fetchauthor($xpath, $activityobjects, $importer, $orig_contact, false); @@ -502,6 +503,7 @@ class ostatus { $item["author-avatar"] = $orig_author["author-avatar"]; $item["body"] = add_page_info_to_body(html2bbcode($orig_body)); $item["created"] = $orig_created; + $item["edited"] = $orig_edited; $item["uri"] = $orig_uri; $item["plink"] = $orig_link;