[fix](trx-client): handle NoaaImage in replay history sink

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-28 07:12:13 +01:00
parent f148cc05fc
commit e0181c99da
+1
View File
@@ -519,6 +519,7 @@ async fn async_init() -> DynResult<AppState> {
history.push_back((now, None, message));
}
}
DecodedMessage::NoaaImage(_) => {}
}
});