mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-04 20:11:28 +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()) {
|
if (!nodeData->wasAssigned()) {
|
||||||
++numConnected;
|
++numConnected;
|
||||||
|
|
||||||
// TODO: numConnectedAnonymously
|
if (nodeData->getUsername().isEmpty()) {
|
||||||
|
++numConnectedAnonymously;
|
||||||
|
}
|
||||||
|
|
||||||
// increment the count for this hostname (or the default if we don't have one)
|
// increment the count for this hostname (or the default if we don't have one)
|
||||||
auto placeName = nodeData->getPlaceName();
|
auto placeName = nodeData->getPlaceName();
|
||||||
|
|
Loading…
Reference in a new issue