send_time -> timestamp

This commit is contained in:
Alois 2026-04-02 00:35:36 +02:00
commit 6bb0f0dd0a
3 changed files with 6 additions and 6 deletions

View file

@ -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");