removed
parent
f92d79775f
commit
30cf6c1835
|
@ -36,12 +36,6 @@ func RunHub() {
|
||||||
|
|
||||||
client := serverCommunication.GetWebClientByUuid(clientDb.Uuid)
|
client := serverCommunication.GetWebClientByUuid(clientDb.Uuid)
|
||||||
|
|
||||||
logger.Web.Debugln("client uuid", client.Uuid)
|
|
||||||
|
|
||||||
if client.Uuid == "" {
|
|
||||||
client.Uuid = clientDb.Uuid
|
|
||||||
}
|
|
||||||
|
|
||||||
if token == clientDb.VoiceSessionToken { // voice
|
if token == clientDb.VoiceSessionToken { // voice
|
||||||
client.VoiceConn = connection
|
client.VoiceConn = connection
|
||||||
logger.Web.Println("voice")
|
logger.Web.Println("voice")
|
||||||
|
|
Loading…
Reference in New Issue