mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-30 08:17:53 +00:00
Add WeChat typing indicators to the DM channel
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user