feat: send AvatarQuery to request all avatars in the domain upon domain list reply
This commit is contained in:
@@ -1146,6 +1146,9 @@ void OverteClient::handleDomainListReply(const char* data, size_t len) {
|
|||||||
// Send our avatar identity first
|
// Send our avatar identity first
|
||||||
sendAvatarIdentity();
|
sendAvatarIdentity();
|
||||||
|
|
||||||
|
// Send AvatarQuery to request all avatars in the domain
|
||||||
|
sendAvatarQuery();
|
||||||
|
|
||||||
// Then start sending avatar data regularly
|
// Then start sending avatar data regularly
|
||||||
sendAvatarData();
|
sendAvatarData();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user