Context: https://linear.app/comm/issue/ENG-6948/update-threadhasadminrole-to-use-specialrole-field
We're first going through to see if any role has specialRoles.ADMIN_ROLE. If one does, we return true. If one doesn't but has ANY specialRole fields, we assume that it is a Client/"current" type and return false.
However, if there is no specialRole field encountered, we will assume we're dealing with a Server/"legacy" type and fallback to sketchy string search.
Depends on D11208