mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +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,
|
||||
.password = password,
|
||||
.isTurn = true,
|
||||
.isTcp = data.is_tcp(),
|
||||
});
|
||||
};
|
||||
pushTurn(host);
|
||||
|
|
Loading…
Add table
Reference in a new issue