mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:43:21 +02:00
Merge pull request #1109 from birarda/data-server
update DS in data-server on profile change
This commit is contained in:
commit
f319061111
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ Profile::Profile(const QString &username) :
|
||||||
if (!_username.isEmpty()) {
|
if (!_username.isEmpty()) {
|
||||||
// we've been given a new username, ask the data-server for profile
|
// we've been given a new username, ask the data-server for profile
|
||||||
DataServerClient::getClientValueForKey(DataServerKey::UUID);
|
DataServerClient::getClientValueForKey(DataServerKey::UUID);
|
||||||
|
|
||||||
|
// send our current domain server to the data-server
|
||||||
|
updateDomain(NodeList::getInstance()->getDomainHostname());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue