hideUserPresence method

bool hideUserPresence()

Implementation

bool hideUserPresence() {
  return userObject!=null && (disableUserPresence == true || !userIsNotBlocked(userObject!));
}