github-actions[bot]
578efe945f
chore: update proto/version to v2.3000.1036204984 ( #328 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-29 02:03:52 -03:00
Renato Alcara
e999fc1aa1
chore: update WhatsApp Web version to v2.3000.1036185592 ( #327 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-28 06:27:30 -03:00
github-actions[bot]
9fd88b533d
chore: update proto/version to v2.3000.1036173230 ( #326 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-28 01:46:40 -03:00
Renato Alcara
43f3525437
chore: update WhatsApp Web version to v2.3000.1036094556 ( #325 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-27 06:44:22 -03:00
github-actions[bot]
fdcbd3fc1d
chore: update proto/version to v2.3000.1036065881 ( #324 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-27 02:00:33 -03:00
Renato Alcara
cdc89316f0
chore: update WhatsApp Web version to v2.3000.1036016053 ( #323 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-26 06:53:02 -03:00
github-actions[bot]
3050c329c5
chore: update proto/version to v2.3000.1036000318 ( #319 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-26 01:59:23 -03:00
Renato Alcara
9dfd31d109
chore: update WhatsApp Web version to v2.3000.1035913242 ( #321 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-25 06:42:47 -03:00
Renato Alcara
e686c5a2e1
chore: update WhatsApp Web version to v2.3000.1035819858 ( #320 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-24 06:44:53 -03:00
Renato Alcara
466c14ff82
chore: update WhatsApp Web version to v2.3000.1035718650 ( #318 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-23 06:53:55 -03:00
github-actions[bot]
14f0321d7c
chore: update proto/version to v2.3000.1035715252 ( #317 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-23 01:56:01 -03:00
Renato Alcara
b65a8a334b
chore: resolve merge conflict in messages-send.ts (comment-only)
...
Conflict was between Portuguese and English comment for phash/DSM block.
Kept HEAD (our) version.
Co-Authored-By: Renato Alcara
2026-03-23 01:54:46 -03:00
Renato Alcara
28e9e5b912
feat: implement view-once message sending and receiving
...
- Add viewonce-image/video/audio to MEDIA_PATH_MAP and MEDIA_HKDF_KEY_MAPPING
- messages-send: use viewOnceMessageV2 wrapper, omit companion devices for DSM
(server auto-generates <unavailable type="view_once"/> for linked devices)
- messages-send: fix mediatype detection by unwrapping viewOnce before getMediaType
- messages-recv: handle <unavailable type="view_once"/> sync from primary device
- messages-recv: note — do NOT send view_once_read from linked device
Co-Authored-By: Renato Alcara
2026-03-23 01:53:55 -03:00
Renato Alcara
e633d62a3b
chore: update WhatsApp Web version to v2.3000.1035697879 ( #315 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-22 06:22:56 -03:00
github-actions[bot]
2a321b881e
chore: update proto/version to v2.3000.1035693752 ( #314 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-22 01:46:05 -03:00
Renato Alcara
e0038bde36
chore: update WhatsApp Web version to v2.3000.1035675348 ( #313 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-21 06:22:45 -03:00
github-actions[bot]
1cbf1b18b7
chore: update proto/version to v2.3000.1035661795 ( #312 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-21 01:22:14 -03:00
Renato Alcara
c3a021fcde
fix: use newsletter-specific upload paths for channel media ( #311 )
...
fix: use newsletter-specific upload paths for channel media (#311 )
2026-03-20 12:02:36 -03:00
Renato Alcara
d2db4cec97
chore: update WhatsApp Web version to v2.3000.1035595667 ( #308 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-20 06:31:30 -03:00
github-actions[bot]
be44c5fdb0
chore: update proto/version to v2.3000.1035577069 ( #307 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-20 01:30:09 -03:00
Renato Alcara
bd8465d9b8
fix: histsync LID improvements — raw_id mapping, prekeys, keepalive j… ( #304 )
...
* fix: histsync LID improvements — raw_id mapping, prekeys, keepalive jitter, CDN DELETE
* fix: prekey pool strategy — 800 initial, top-up to 800 when below 200
- INITIAL_PREKEY_COUNT: 812 → 800 (rounded, matches WA Business ~812 from CDP capture)
- MIN_PREKEY_COUNT: 25 → 200 (replenishment trigger threshold)
- uploadPreKeysToServerIfRequired: top-up to INITIAL_PREKEY_COUNT instead of
uploading a flat MIN_PREKEY_COUNT — restores full 800-key pool on each replenish
- handleEncryptNotification: same top-up logic (INITIAL_PREKEY_COUNT - count)
so server notification path also restores to 800, not just adds 200
uploadPreKeys(5) in error recovery path intentionally left unchanged.
2026-03-19 17:58:30 -03:00
Renato Alcara
71fe69fd21
chore: update WhatsApp Web version to v2.3000.1035504971 ( #301 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-19 06:33:42 -03:00
github-actions[bot]
eecf6df2a2
chore: update proto/version to v2.3000.1035484955 ( #300 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-19 01:48:35 -03:00
Renato Alcara
21462c26d5
chore: update WhatsApp Web version to v2.3000.1035406580 ( #299 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 06:42:44 -03:00
github-actions[bot]
fc2122b11a
chore: update proto/version to v2.3000.1035370989 ( #298 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-18 01:49:58 -03:00
Renato Alcara
11eed3aedc
chore: update WhatsApp Web version to v2.3000.1035317910 ( #296 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-17 06:16:35 -03:00
github-actions[bot]
dbc6dd6aed
chore: update proto/version to v2.3000.1035302375 ( #295 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-17 00:46:29 -03:00
Renato Alcara
7c095c84a5
chore: update WhatsApp Web version to v2.3000.1035223526 ( #289 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-16 06:20:34 -03:00
github-actions[bot]
a25e6740fd
chore: update proto/version to v2.3000.1035216863 ( #288 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-16 00:58:19 -03:00
Renato Alcara
986ac588a9
chore: update WhatsApp Web version to v2.3000.1035203283 ( #287 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-15 06:08:25 -03:00
github-actions[bot]
64c73faab2
chore: update proto/version to v2.3000.1035198198 ( #286 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-15 00:56:35 -03:00
Renato Alcara
b5464bec73
chore: update WhatsApp Web version to v2.3000.1035176028 ( #285 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-14 06:07:31 -03:00
github-actions[bot]
9f8f74fc7a
chore: update proto/version to v2.3000.1035169204 ( #284 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-14 00:44:33 -03:00
Renato Alcara
aaf3bd83eb
chore: update WhatsApp Web version to v2.3000.1035102652 ( #283 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-13 06:11:31 -03:00
github-actions[bot]
8fe71b03d5
chore: update proto/version to v2.3000.1035083696 ( #282 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-13 00:45:20 -03:00
Renato Alcara
e46b9750c2
chore: update WhatsApp Web version to v2.3000.1035018135 ( #280 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-12 06:13:34 -03:00
github-actions[bot]
542b7a278d
chore: update proto/version to v2.3000.1034989030 ( #279 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-12 00:45:49 -03:00
Renato Alcara
6d7e0d7b35
chore: update WhatsApp Web version to v2.3000.1034928492 ( #278 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-11 06:12:36 -03:00
github-actions[bot]
9daee4d8fd
chore: update proto/version to v2.3000.1034906703 ( #277 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-11 00:44:13 -03:00
Renato Alcara
d7b2ceb161
chore: update WhatsApp Web version to v2.3000.1034844076 ( #276 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-10 06:12:48 -03:00
github-actions[bot]
2236ef83a9
chore: update proto/version to v2.3000.1034813620 ( #275 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-10 00:44:00 -03:00
Renato Alcara
07f775dd18
chore: update WhatsApp Web version to v2.3000.1034756368 ( #274 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-09 06:14:04 -03:00
github-actions[bot]
ad81d1535d
chore: update proto/version to v2.3000.1034750325 ( #273 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-09 00:46:14 -03:00
Renato Alcara
7ecfaefcfa
chore: update WhatsApp Web version to v2.3000.1034735671 ( #272 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-08 06:05:18 -03:00
github-actions[bot]
ad4f676e2b
chore: update proto/version to v2.3000.1034732001 ( #271 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-08 00:45:02 -03:00
Renato Alcara
54d6a023a4
chore: update WhatsApp Web version to v2.3000.1034715486 ( #270 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-07 06:05:25 -03:00
github-actions[bot]
935484c790
chore: update proto/version to v2.3000.1034696150 ( #269 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-07 00:37:49 -03:00
Renato Alcara
6c904484e4
chore: update WhatsApp Web version to v2.3000.1034641024 ( #264 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-06 06:09:40 -03:00
github-actions[bot]
5382d03f93
chore: update proto/version to v2.3000.1034621774 ( #263 )
...
Co-authored-by: rsalcara <rsalcara@users.noreply.github.com >
2026-03-06 00:44:39 -03:00
Renato Alcara
5e602ebbf8
chore: update WhatsApp Web version to v2.3000.1034553229 ( #262 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-05 06:12:30 -03:00