bool isVisibleForCoHost(String role, String targetRole) { return role == "cohost" && targetRole != "moderator"; }