send_time -> timestamp
This commit is contained in:
parent
2862060439
commit
6bb0f0dd0a
3 changed files with 6 additions and 6 deletions
|
|
@ -65,13 +65,13 @@ export default function InputComponent() {
|
|||
height,
|
||||
content: encryptedContext,
|
||||
receiver_id: currentUserId,
|
||||
send_time: time,
|
||||
timestamp: time,
|
||||
}).catch((e) => {
|
||||
log(0, "Chat", "red", "Failed to send message", e, {
|
||||
content: currentValue,
|
||||
encryptedContext,
|
||||
receiver_id: currentUserId,
|
||||
send_time: time,
|
||||
timestamp: time,
|
||||
});
|
||||
reference.setFailed(true);
|
||||
toast("error", "Failed to send message");
|
||||
|
|
|
|||
Loading…
Reference in a new issue