Add WeChat typing indicators to the DM channel

This commit is contained in:
Coffee
2026-03-26 12:09:07 +08:00
parent 60aaecd684
commit 7dfc5ddd0d
15 changed files with 505 additions and 51 deletions
+1 -1
View File
@@ -7062,7 +7062,7 @@ mod tests {
InteractiveLoginStartResult {
session_id: "wechat-session-1".to_string(),
status: "pending".to_string(),
message: "Scan the QR code in WeChat to finish connecting.".to_string(),
message: "Open the WeChat QR page to continue.".to_string(),
qr_code_url: Some("https://qr.example/one".to_string()),
instructions: Some(
"Keep this window open while you scan and confirm on your phone."
+1 -1
View File
@@ -135,7 +135,7 @@ fn build_pending_login(
let result = InteractiveLoginStartResult {
session_id,
status: "pending".to_string(),
message: "Scan the QR code in WeChat to finish connecting.".to_string(),
message: "Open the WeChat QR page to continue.".to_string(),
qr_code_url: Some(qr.qrcode_img_content),
instructions: Some(
"Keep this window open while you scan and confirm on your phone.".to_string(),