Fix transition from verify-failed to noncertified

This commit is contained in:
Simon Walton 2019-10-28 17:47:46 -07:00
parent 6bceba7300
commit 285d73a802

View file

@ -272,7 +272,10 @@ void MixerAvatar::processCertifyEvents() {
}
} else { // FST doesn't have a certificate, so noncertified rather than failed:
_pendingEvent = false;
_certifyFailed = false;
_needsIdentityUpdate = true;
_verifyState = nonCertified;
qCDebug(avatars) << "Avatar " << getDisplayName() << "(" << getSessionUUID() << ") isn't certified";
}
break;
}