diff options
author | George Hazan <ghazan@miranda.im> | 2022-11-17 18:38:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-11-17 18:38:47 +0300 |
commit | 6d4ab3925c39c234cefd6b6145eb98c169693681 (patch) | |
tree | 99d37f497b0f1867d9161e58b92201648db75a7c /protocols/WhatsApp/src/appsync.cpp | |
parent | ec6ddc5feabf87a067ea22bea943befb169a8684 (diff) |
WhatsApp: fix for reading own keys
Diffstat (limited to 'protocols/WhatsApp/src/appsync.cpp')
-rw-r--r-- | protocols/WhatsApp/src/appsync.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/appsync.cpp b/protocols/WhatsApp/src/appsync.cpp index 1a0d1b2191..4209160b79 100644 --- a/protocols/WhatsApp/src/appsync.cpp +++ b/protocols/WhatsApp/src/appsync.cpp @@ -308,8 +308,8 @@ void WhatsAppProto::ProcessHistorySync(const Wa__HistorySync *pSync) case WA__HISTORY_SYNC__HISTORY_SYNC_TYPE__INITIAL_STATUS_V3: for (int i = 0; i < pSync->n_statusv3messages; i++) { - auto *pStatus = pSync->statusv3messages[i]; // TODO + // auto *pStatus = pSync->statusv3messages[i]; } break; } |