Quotes: Use authorId when navigating to original message
This commit is contained in:
parent
3715309f9c
commit
0506b79f6b
4 changed files with 12 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue