[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:
@@ -524,6 +524,8 @@ async fn async_init() -> DynResult<AppState> {
|
|||||||
}
|
}
|
||||||
DecodedMessage::LrptImage(_) => {}
|
DecodedMessage::LrptImage(_) => {}
|
||||||
DecodedMessage::LrptProgress(_) => {}
|
DecodedMessage::LrptProgress(_) => {}
|
||||||
|
DecodedMessage::Wefax(_) => {}
|
||||||
|
DecodedMessage::WefaxProgress(_) => {}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user