Merge pull request #1751 from Bilb/fix-expire-without-seeing

do not start expire timer before seing message
pull/1747/head
Audric Ackermann 4 years ago committed by GitHub
commit e5a60af93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -318,7 +318,6 @@ async function handleRegularMessage(
if (existingExpireTimer) {
message.set({ expireTimer: existingExpireTimer });
message.set({ expirationStartTimestamp: now });
}
// Expire timer updates are now explicit.

Loading…
Cancel
Save