mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-18 16:44:21 +01:00
fix saving data
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user