Fix group updates from others showing before messages made before the update.

This commit is contained in:
Cody Henthorne
2026-02-11 13:49:29 -05:00
committed by Michelle Tang
parent 611b52780e
commit dd396eb75a
3 changed files with 7 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ class IncomingMessage(
return IncomingMessage(
from = from,
sentTimeMillis = timestamp,
receivedTimeMillis = timestamp,
receivedTimeMillis = System.currentTimeMillis(),
serverTimeMillis = timestamp,
serverGuid = serverGuid,
groupId = groupId,