turn shares into activities - make certain to pull addons or JSON-LD will chuck a wobbly

This commit is contained in:
zotlabs
2018-02-13 20:07:57 -08:00
parent fd81a4bdc4
commit 64809dd277
3 changed files with 149 additions and 4 deletions

View File

@@ -14,6 +14,10 @@ class Share extends \Zotlabs\Web\Controller {
if(! $post_id)
killme();
echo '[share=' . $post_id . '][/share]';
killme();
if(! (local_channel() || remote_channel()))
killme();