only one passphrase at beginning

This commit is contained in:
DenioD
2020-06-02 21:01:18 +02:00
parent 8f93d02630
commit e2caf2b3e8
3 changed files with 6 additions and 71 deletions

View File

@@ -60,8 +60,7 @@ std::map<QString, ChatItem> ChatDataStore::getAllNewContactRequests()
if (
(c.second.isOutgoing() == false) &&
(c.second.getType() == "Cont") &&
(c.second.isContact() == false) &&
(c.second.getMemo().isEmpty())
(c.second.isContact() == false)
)
{