I’m really late on this but it’s line 94 of im-social-aggregator.php that causes this issue
add_theme_support('post-thumbnails', array($this->post_type));
I removed it and it seems to be fix this problem but I’ll need to look into it more, a lot of this plugin needs quite an overhaul.