hideUserPresence method

bool hideUserPresence()

Implementation

bool hideUserPresence() {
  return user!=null && (disableUsersPresence == true || !userIsNotBlocked());
}