[Add] Replyjumps

This commit is contained in:
Alex Emmet 2026-08-28 16:21:11 +02:00
commit 233b944007
No known key found for this signature in database
9 changed files with 78 additions and 16 deletions

View file

@ -276,7 +276,7 @@ impl IotaConnection {
)
.await
{
Ok(()) => CommunicationValue::new(CommunicationType::Success).with_id(message_id),
Ok(response) => response.with_id(message_id),
Err(error) => {
log_err!(
self.iota_id as i64,