mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Fix group updates from others showing before messages made before the update.
This commit is contained in:
committed by
Michelle Tang
parent
611b52780e
commit
dd396eb75a
@@ -106,7 +106,7 @@ class IncomingMessage(
|
||||
return IncomingMessage(
|
||||
from = from,
|
||||
sentTimeMillis = timestamp,
|
||||
receivedTimeMillis = timestamp,
|
||||
receivedTimeMillis = System.currentTimeMillis(),
|
||||
serverTimeMillis = timestamp,
|
||||
serverGuid = serverGuid,
|
||||
groupId = groupId,
|
||||
|
||||
Reference in New Issue
Block a user