Teasers are blank for tweets.

This is because line 314 of feedapi_node.module expects a description in the feed item, rather than creating the teaser from the mapper.

$node->teaser = node_teaser($feed_item->description);

Comments

tom_o_t’s picture

Status: Active » Fixed

Committed a fix. Will be in next version of head and beta3

tom_o_t’s picture

Status: Fixed » Closed (fixed)