Add recieved time to packet display. Closes #238.

This commit is contained in:
Jack Kingsman
2026-04-30 19:07:50 -07:00
parent d0e02a42f8
commit e76d922752
7 changed files with 68 additions and 45 deletions
+2
View File
@@ -448,6 +448,8 @@ class RawPacketDecryptedInfo(BaseModel):
sender: str | None = None
channel_key: str | None = None
contact_key: str | None = None
sender_timestamp: int | None = None
message: str | None = None
class RawPacketBroadcast(BaseModel):