From 94cbc8bd3160bf644b02ef97268244869b7a9f5b Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 27 Jan 2019 12:38:51 -0800 Subject: share fixes --- Zotlabs/Lib/Share.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Zotlabs/Lib/Share.php') diff --git a/Zotlabs/Lib/Share.php b/Zotlabs/Lib/Share.php index d3ecbf7fa..3a2ab1783 100644 --- a/Zotlabs/Lib/Share.php +++ b/Zotlabs/Lib/Share.php @@ -54,6 +54,7 @@ class Share { if(! $this->item) return $obj; + $obj['asld'] = $this->item['mid']; $obj['type'] = $this->item['obj_type']; $obj['id'] = $this->item['mid']; $obj['content'] = $this->item['body']; -- cgit v1.2.3