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