WordPress-FluxC-Android
WordPress-FluxC-Android copied to clipboard
Remove `isHostedAtWPCom` from SiteModel
This code was the only place using isHostedAtWPCom
but that method is a bit misleading since it is actually just checking if Jetpack is installed for any SiteModel (not only the ones that use the REST API) so we should get rid of this method in FluxC.
Originally posted by @thomashorta in https://github.com/wordpress-mobile/WordPress-Android/issues/19848#issuecomment-1868115763