diff options
| author | George Hazan <ghazan@miranda.im> | 2022-10-06 15:04:47 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-10-06 15:04:47 +0300 |
| commit | 824b202d681be059056b0bf7d9db2799c79d7ae4 (patch) | |
| tree | c5b9f407b7f10513ad880d50fad40a2ba9ee9b4d /protocols/WhatsAppWeb/src/utils.cpp | |
| parent | 43134f01d3bcf7d5abe6c84c297faf1372e38bda (diff) | |
WhatsApp:
- global context moved inside MSignalStore;
- signed prekey is stored now as one binary record;
- libsignal errors are now logged to network log;
- code cleaning
Diffstat (limited to 'protocols/WhatsAppWeb/src/utils.cpp')
| -rw-r--r-- | protocols/WhatsAppWeb/src/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsAppWeb/src/utils.cpp b/protocols/WhatsAppWeb/src/utils.cpp index fdf2721c17..c2b62ca5a1 100644 --- a/protocols/WhatsAppWeb/src/utils.cpp +++ b/protocols/WhatsAppWeb/src/utils.cpp @@ -42,7 +42,7 @@ WAJid::WAJid(const char *pszJid) } bool WAJid::isUser() const -{ return server == S_WHATSAPP_NET; +{ return server == "s.whatsapp.net"; } bool WAJid::isGroup() const |
