mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:04:13 +02:00
added change to the statusIndicator for the same thing
This commit is contained in:
parent
53ec19dd57
commit
77ec048947
1 changed files with 2 additions and 4 deletions
|
@ -60,10 +60,8 @@ function simplifiedStatusIndicator(properties) {
|
|||
var queryParamString = "type=heartbeat";
|
||||
queryParamString += "&username=" + AccountServices.username;
|
||||
|
||||
var displayNameToSend = MyAvatar.sessionDisplayName;
|
||||
if (displayNameToSend === "") {
|
||||
displayNameToSend = MyAvatar.displayName;
|
||||
}
|
||||
var displayNameToSend = MyAvatar.displayName;
|
||||
|
||||
queryParamString += "&displayName=" + displayNameToSend;
|
||||
queryParamString += "&status=" + currentStatus;
|
||||
queryParamString += "&organization=" + location.hostname;
|
||||
|
|
Loading…
Reference in a new issue