feat: send AvatarQuery to request all avatars in the domain upon domain list reply

This commit is contained in:
MayaTheShy
2025-11-09 23:05:29 -05:00
parent 8b66f4cf53
commit c6825d0b20

View File

@@ -1146,6 +1146,9 @@ void OverteClient::handleDomainListReply(const char* data, size_t len) {
// Send our avatar identity first
sendAvatarIdentity();
// Send AvatarQuery to request all avatars in the domain
sendAvatarQuery();
// Then start sending avatar data regularly
sendAvatarData();
} else {