mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-10 10:43:01 +02:00
Add missing pathing information to frontend
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user