mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-07 17:23:05 +02: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",
|
"type": "PRIV",
|
||||||
"conversation_key": sender_pubkey,
|
"conversation_key": sender_pubkey,
|
||||||
"text": payload.get("text", ""),
|
"text": payload.get("text", ""),
|
||||||
"sender_timestamp": payload.get("sender_timestamp"),
|
"sender_timestamp": payload.get("sender_timestamp") or received_at,
|
||||||
"received_at": received_at,
|
"received_at": received_at,
|
||||||
"paths": paths,
|
"paths": paths,
|
||||||
"txt_type": txt_type,
|
"txt_type": txt_type,
|
||||||
|
|||||||
Reference in New Issue
Block a user