[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:
@@ -519,6 +519,7 @@ async fn async_init() -> DynResult<AppState> {
|
|||||||
history.push_back((now, None, message));
|
history.push_back((now, None, message));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
DecodedMessage::NoaaImage(_) => {}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user