fix(CreateChatView): Members should show online status

Closes #5625
This commit is contained in:
Alexandra Betouni 2022-05-16 18:40:14 +03:00 committed by Alexandra Betouni
parent 3b86032bc8
commit fdb1f375ab
2 changed files with 7 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9498be05efa946c6433cfd8135326730069467bf
Subproject commit e1db6393404a85f91e7452575f6a0bc921caf6c6

View File

@ -107,6 +107,12 @@ Page {
listLabel: qsTr("Contacts")
toLabelText: qsTr("To: ")
warningText: qsTr("USER LIMIT REACHED")
ringSpecModelGetter: function(pubKey) {
return Utils.getColorHashAsJson(pubKey);
}
compressedKeyGetter: function(pubKey) {
return Utils.getCompressedPk(pubKey);
}
onTextChanged: {
sortModel(root.contactsModel);
}