Quotes: Use authorId when navigating to original message

This commit is contained in:
Scott Nonnenberg 2020-12-11 10:06:04 -08:00 committed by GitHub
parent 3715309f9c
commit 0506b79f6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 8 deletions

View file

@ -1133,7 +1133,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
bodyRanges: this.processBodyRanges(bodyRanges),
isFromMe,
sentAt,
authorId: author,
authorId: contact ? contact.id : undefined,
authorPhoneNumber,
authorProfileName,
authorTitle,