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
+4
View File
@@ -4089,6 +4089,10 @@ impl ExtensionManager {
let webhook_path = format!("/webhook/{}", name);
let existing_channel = match router.get_channel_for_path(&webhook_path).await {
Some(ch) => Some(ch),
None => router.get_channel_by_name(name).await,
};
let existing_channel = match existing_channel {
Some(ch) => ch,
None => {
return Ok(ActivateResult {