2 mins looking at it and here’s the solution:
add following in tweets-as-posts-class.php
under:
if($this->wpdb->get_var($sql) == NULL) {
this
$new_post["post_type"] = 'name_of_your_custom_post';
Is there a hack we can do in the meantime. I’m having a look into this myself at the moment.