mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fill isTcp field in calls reflector descriptors.
This commit is contained in:
parent
2e85f7e5fc
commit
976c32e5af
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ void AppendServer(
|
||||||
.login = username,
|
.login = username,
|
||||||
.password = password,
|
.password = password,
|
||||||
.isTurn = true,
|
.isTurn = true,
|
||||||
|
.isTcp = data.is_tcp(),
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
pushTurn(host);
|
pushTurn(host);
|
||||||
|
|
Loading…
Add table
Reference in a new issue