Rename Chat "sender" prop to "senderInfo"

This commit is contained in:
miruka
2019-07-06 23:46:06 -04:00
parent 03d9079d63
commit 1ec660807e
2 changed files with 3 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ HRectangle {
HAvatar {
id: avatar
name: chatPage.sender.displayName ||
name: chatPage.senderInfo.displayName ||
Utils.stripUserId(chatPage.userId)
dimension: sendBox.Layout.minimumHeight
}