[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

@ -135,9 +135,7 @@ impl AppConnection {
None => Err(relay_router::RelayRouteError::DestinationIotaNotLocal),
};
let response = match result {
Ok(()) => {
CommunicationValue::new(CommunicationType::Success).with_id(message_id)
}
Ok(response) => response.with_id(message_id),
Err(error) => {
log_err!(
self.user_id as i64,