[fix](trx-client): handle Wefax/WefaxProgress variants in decode history match

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-04-03 07:04:53 +02:00
parent daa31fb6e5
commit 923ec7b183
+2
View File
@@ -524,6 +524,8 @@ async fn async_init() -> DynResult<AppState> {
}
DecodedMessage::LrptImage(_) => {}
DecodedMessage::LrptProgress(_) => {}
DecodedMessage::Wefax(_) => {}
DecodedMessage::WefaxProgress(_) => {}
}
});