Add missing pathing information to frontend

This commit is contained in:
Jack Kingsman
2026-01-18 14:17:49 -08:00
parent b13af6433d
commit 13220c4a8f
19 changed files with 281 additions and 40 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class Message(BaseModel):
text: str
sender_timestamp: int | None = None
received_at: int
path_len: int | None = None
path: str | None = Field(default=None, description="Hex-encoded routing path (2 chars per hop)")
txt_type: int = 0
signature: str | None = None
outgoing: bool = False