Only use recieved messages to update the group membership

This commit is contained in:
Sarah Jamie Lewis 2019-03-06 12:21:31 -08:00
parent 713c3ed72d
commit c483bded55
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) {