$node->body = check_markup($node->body, $node->format, FALSE);
above line in function activitystream_view($node, $teaser = FALSE, $page = FALSE) strips out HTML. Thus leave node->body with no content
if this is intended to prevent XSS then image data may have fit action->data better.
Comments
Comment #1
morbus iff