Add WeChat image messaging and QR login polish

This commit is contained in:
Coffee
2026-03-26 18:59:26 +08:00
parent 5b2dbd6ea8
commit 5705366efb
22 changed files with 1655 additions and 198 deletions
@@ -77,6 +77,8 @@ The point of this phase is to keep the channel aligned with upstream behavior wh
- `getupdates` long-poll loop
- `sendmessage` outbound replies
- typing indicators via `getconfig` and `sendtyping`
- inbound image download/decrypt for vision
- outbound image upload/send via `getuploadurl`
- `context_token` persistence
- `get_updates_buf` persistence
- login persistence across restart
@@ -90,7 +92,7 @@ The point of this phase is to keep the channel aligned with upstream behavior wh
These are upstream features, so they belong on the roadmap, but they do not need to block the first implementation cut:
- media upload/send via `getuploadurl`
- broader media parity beyond images (files/video/voice)
We should not spend time listing non-goals that come from outside the upstream capability boundary.