This commit is contained in:
DenioD
2020-05-07 22:17:20 +02:00
parent 4305980b27
commit 4011c39509

View File

@@ -160,7 +160,7 @@ void ChatModel::renderContactRequest(){
for (auto &c : this->chatItems)
for (auto &p : AddressBook::getInstance()->getAllAddressLabels()) {
{
if ((c.second.getType() == "cont") && (c.second.isOutgoing() == false) && (c.second.getMemo().startsWith("{"))) {