mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 17:04:10 +02:00
Fix transition from verify-failed to noncertified
This commit is contained in:
parent
6bceba7300
commit
285d73a802
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue