feat(reticulum): complete Sideband client runtime

This commit is contained in:
liu weikai
2026-07-16 23:17:50 +08:00
parent df725643c6
commit 14d277e2c4
97 changed files with 9620 additions and 2011 deletions
@@ -44,6 +44,8 @@ namespace
return "sent";
case ::chat::MessageStatus::Failed:
return "failed";
case ::chat::MessageStatus::Delivered:
return "delivered";
}
return "unknown";
}