Added sender time stamp
This commit is contained in:
parent
c084e23a9d
commit
cd7c41f898
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ def link_key(link):
|
|||
|
||||
|
||||
def send_link_packet(link, text):
|
||||
payload = text.encode("utf-8")
|
||||
payload = f"{text} send_epoch={time.time():.6f}".encode("utf-8")
|
||||
RNS.Packet(link, payload, create_receipt=False).send()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue