mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +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:
|
} else { // FST doesn't have a certificate, so noncertified rather than failed:
|
||||||
_pendingEvent = false;
|
_pendingEvent = false;
|
||||||
|
_certifyFailed = false;
|
||||||
|
_needsIdentityUpdate = true;
|
||||||
_verifyState = nonCertified;
|
_verifyState = nonCertified;
|
||||||
|
qCDebug(avatars) << "Avatar " << getDisplayName() << "(" << getSessionUUID() << ") isn't certified";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue