mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-03-28 17:43:05 +01:00
Make broadcast timestamp match fallback logic used for storage
This commit is contained in:
@@ -131,7 +131,7 @@ async def on_contact_message(event: "Event") -> None:
|
||||
"type": "PRIV",
|
||||
"conversation_key": sender_pubkey,
|
||||
"text": payload.get("text", ""),
|
||||
"sender_timestamp": payload.get("sender_timestamp"),
|
||||
"sender_timestamp": payload.get("sender_timestamp") or received_at,
|
||||
"received_at": received_at,
|
||||
"paths": paths,
|
||||
"txt_type": txt_type,
|
||||
|
||||
Reference in New Issue
Block a user