add verified flag for Chatmessages

This commit is contained in:
DenioD
2020-05-01 20:19:29 +02:00
parent 5ee796dc0f
commit a3e762a4ad
2 changed files with 9 additions and 6 deletions

View File

@@ -882,7 +882,7 @@ void Controller::refreshTransactions() {
QString cid;
for(auto &c : AddressBook::getInstance()->getAllAddressLabels())
if (ui->ContactZaddr->text().trimmed() == c.getPartnerAddress()) {
if ((ui->ContactZaddr->text().trimmed() == c.getPartnerAddress()) || (ui->MyZaddr->text().trimmed() == c.getMyAddress())) {
cid = c.getCid();
}else {cid = "";}