send version in UUID message

merge-requests/117/head
Matthew Chambers 2021-06-06 15:42:06 -05:00
rodzic 8a3ff92429
commit ff4836dbda
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -540,6 +540,7 @@ function gtChatSendUUID()
msg.type = "uuid";
if (g_appSettings.chatUUID != "") msg.uuid = g_appSettings.chatUUID;
msg.call = myDEcall;
msg.ver = gtShortVersion;
sendGtJson(JSON.stringify(msg));
}