Rename users.getUser to users.find

This commit is contained in:
miruka
2019-07-07 22:41:32 -04:00
parent f64a2c68e9
commit 2170b16175
12 changed files with 17 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ HColumnLayout {
readonly property string category: roomInfo.category
readonly property string roomId: roomInfo.roomId
readonly property var senderInfo: users.getUser(userId)
readonly property var senderInfo: users.find(userId)
readonly property bool hasUnknownDevices: false
//category == "Rooms" ?