Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import { shouldShowComments } from 'calypso/blocks/comments/helper';
export function shouldShowConversationFollowButton( post ) {
return post.site_ID && ! post.is_external && shouldShowComments( post );
}