GroupsV2: Use both sent_at and received_at when processing changes

This commit is contained in:
Scott Nonnenberg 2020-09-10 14:04:45 -07:00 committed by GitHub
parent deb3dd5d4e
commit cad9803d38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 6 deletions

View file

@ -2463,7 +2463,8 @@
conversation,
groupChangeBase64: groupChange,
newRevision: revision,
timestamp: message.get('received_at'),
receivedAt: message.get('received_at'),
sentAt: message.get('sent_at'),
});
} catch (error) {
const errorText = error && error.stack ? error.stack : error;