diff --git a/retroshare-qml-app/src/ChatView.qml b/retroshare-qml-app/src/ChatView.qml index 2c171bc54..eb2b66b3e 100644 --- a/retroshare-qml-app/src/ChatView.qml +++ b/retroshare-qml-app/src/ChatView.qml @@ -68,11 +68,11 @@ Item { id: userHash - ColorHash + AvatarOrColorHash { id: colorHash - hash: gxsInfo.gxs + gxs_id: gxsInfo.gxs height: toolBar.height - 4 anchors.leftMargin: 2 }