Rename ConversationModel#getAvatarPath for clarity
This commit is contained in:
parent
3ce39a6316
commit
664865c9f1
2 changed files with 3 additions and 3 deletions
|
@ -888,7 +888,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
|||
|
||||
const authorColor = contactModel ? contactModel.getColor() : undefined;
|
||||
const authorAvatarPath = contactModel
|
||||
? contactModel.getAvatarPath()
|
||||
? contactModel.getAbsoluteAvatarPath()
|
||||
: undefined;
|
||||
|
||||
const expirationLength = this.get('expireTimer') * 1000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue