diff options
author | dartraiden <wowemuh@gmail.com> | 2022-10-20 00:04:14 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-10-20 00:04:14 +0300 |
commit | c62f82eb9389bda8c4fc3eaf0a3dff1f1ebf0e82 (patch) | |
tree | 475a77cd07f4dd2e4c3f1d2f0afd93c6ab3662e6 /protocols | |
parent | 2a79113097a86fda4db14ed62898ce2d54b28567 (diff) |
WhatsApp: fix client name
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/WhatsApp/src/iq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/iq.cpp b/protocols/WhatsApp/src/iq.cpp index 9daff6b6ba..dad3b59e41 100644 --- a/protocols/WhatsApp/src/iq.cpp +++ b/protocols/WhatsApp/src/iq.cpp @@ -495,7 +495,7 @@ LBL_Error: pAppVersion->set_quaternary(v[3]); proto::DeviceProps pCompanion; - pCompanion.set_os("Miranda"); + pCompanion.set_os("Miranda NG"); pCompanion.set_allocated_version(pAppVersion); pCompanion.set_platformtype(proto::DeviceProps_PlatformType_DESKTOP); pCompanion.set_requirefullsync(false); |