mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-19 00:54:21 +01:00
fix saving data
This commit is contained in:
@@ -147,8 +147,8 @@ class Message {
|
|||||||
status: data.status,
|
status: data.status,
|
||||||
to: Utils.bytesToHex(data.to),
|
to: Utils.bytesToHex(data.to),
|
||||||
from: Utils.bytesToHex(data.from),
|
from: Utils.bytesToHex(data.from),
|
||||||
path_len: data.pathLen,
|
path_len: data.path_len,
|
||||||
txt_type: data.txtType,
|
txt_type: data.txt_type,
|
||||||
sender_timestamp: data.sender_timestamp,
|
sender_timestamp: data.sender_timestamp,
|
||||||
text: data.text,
|
text: data.text,
|
||||||
timestamp: Date.now(),
|
timestamp: Date.now(),
|
||||||
|
|||||||
Reference in New Issue
Block a user