Skip to content

Commit b3df4d2

Browse files
committed
fix: use node store response time to start sent disappear after send messages
1 parent 4f51c28 commit b3df4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/session/sending/MessageSender.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ async function handleBatchResultWithSubRequests({
704704
? subRequest.plainTextBuffer
705705
: null,
706706
},
707-
subRequest.createdAtNetworkTimestamp,
707+
storedAt,
708708
storedHash
709709
);
710710
}

0 commit comments

Comments
 (0)