2019-11-10 06:19:10 +11:00
|
|
|
import QtQuick 2.12
|
|
|
|
import "../../Base"
|
|
|
|
|
|
|
|
HUserAvatar {
|
2019-11-13 00:10:00 +11:00
|
|
|
userId: addChatPage.userId
|
2019-11-10 06:19:10 +11:00
|
|
|
displayName: addChatPage.account ? addChatPage.account.display_name : ""
|
|
|
|
mxc: addChatPage.account ? addChatPage.account.avatar_url : ""
|
|
|
|
}
|