--- activitystream.module.old	2008-09-07 13:53:22.000000000 -0500
+++ activitystream.module	2009-03-08 20:23:40.250000000 -0500
@@ -448,6 +448,7 @@ function _activitystream_save($activity,
     // Only save if if the source has changed or this is a new item
     $node->title = $activity['title'];
     $node->body = $activity['body'];
+    $node->format = FILTER_FORMAT_DEFAULT;
     $node->created = $activity['timestamp'];
     $node->uid = $user->uid;
     $node->type = 'activitystream';
