mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Include anonymously connected user metadata
This commit is contained in:
parent
55e5c1f6e0
commit
209ace1b86
1 changed files with 3 additions and 1 deletions
|
@ -85,7 +85,9 @@ void DomainMetadata::usersChanged() {
|
|||
if (!nodeData->wasAssigned()) {
|
||||
++numConnected;
|
||||
|
||||
// TODO: numConnectedAnonymously
|
||||
if (nodeData->getUsername().isEmpty()) {
|
||||
++numConnectedAnonymously;
|
||||
}
|
||||
|
||||
// increment the count for this hostname (or the default if we don't have one)
|
||||
auto placeName = nodeData->getPlaceName();
|
||||
|
|
Loading…
Reference in a new issue