fix saving data

This commit is contained in:
liamcottle
2025-02-14 04:36:25 +13:00
parent 8b25fde764
commit 98d5a793e4

View File

@@ -147,8 +147,8 @@ class Message {
status: data.status,
to: Utils.bytesToHex(data.to),
from: Utils.bytesToHex(data.from),
path_len: data.pathLen,
txt_type: data.txtType,
path_len: data.path_len,
txt_type: data.txt_type,
sender_timestamp: data.sender_timestamp,
text: data.text,
timestamp: Date.now(),