Skip to content

Commit 9006358

Browse files
authored
Merge pull request #1555 from session-foundation/fix/ses-3620/start-disappear-after-send-timer-only-after-send
fix: use node response time for disappear after send timer
2 parents 4f51c28 + b3df4d2 commit 9006358

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)