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