From c62f82eb9389bda8c4fc3eaf0a3dff1f1ebf0e82 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 20 Oct 2022 00:04:14 +0300 Subject: WhatsApp: fix client name --- protocols/WhatsApp/src/iq.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') 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); -- cgit v1.2.3