mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
Beta version 1.5.16: Update libtgvoip.
This commit is contained in:
parent
e79ddf2459
commit
ed93669693
2 changed files with 3 additions and 3 deletions
|
@ -47,10 +47,10 @@ void AppendEndpoint(
|
|||
if (data.vpeer_tag.v.length() != 16) {
|
||||
return;
|
||||
}
|
||||
auto ipv4 = tgvoip::IPv4Address(std::string(
|
||||
const auto ipv4 = tgvoip::IPv4Address(std::string(
|
||||
data.vip.v.constData(),
|
||||
data.vip.v.size()));
|
||||
auto ipv6 = tgvoip::IPv6Address(std::string(
|
||||
const auto ipv6 = tgvoip::IPv6Address(std::string(
|
||||
data.vipv6.v.constData(),
|
||||
data.vipv6.v.size()));
|
||||
list.emplace_back(
|
||||
|
|
2
Telegram/ThirdParty/libtgvoip
vendored
2
Telegram/ThirdParty/libtgvoip
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 59a975bf66c19ebddd8c82d9d501fddc02584d7c
|
||||
Subproject commit ed276b4ad1dcd1b50af801d83b2ba4befc0099b1
|
Loading…
Add table
Reference in a new issue