mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 23:15:44 +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
@@ -648,7 +648,11 @@ class GroupsV2StateProcessor private constructor(
|
||||
}
|
||||
|
||||
else -> {
|
||||
storeMessage(GroupProtoUtil.createDecryptedGroupV2Context(masterKey, GroupMutation(runningGroupState, entry.change, entry.group), null), runningTimestamp, serverGuid)
|
||||
storeMessage(
|
||||
decryptedGroupV2Context = GroupProtoUtil.createDecryptedGroupV2Context(masterKey, GroupMutation(runningGroupState, entry.change, entry.group), null),
|
||||
timestamp = runningTimestamp,
|
||||
serverGuid = serverGuid
|
||||
)
|
||||
runningTimestamp++
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user