Merge branch 'alpha-updates' of cwtch.im/ui into master

This commit is contained in:
erinn 2019-03-06 12:25:30 -08:00 committed by Gogs
commit ac6fb8d2e8
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ ColumnLayout {
return
}
if (from == "me") {
return
}
for(var i = 0; i<contactsModel.count;i++){
if(contactsModel.get(i)["_handle"] == handle) {