Adding direct trust mechanism in invitation, if two are already each other's trusted contacts, then they can talk to each other without fetching keys
diff --git a/src/chatdialog.cpp b/src/chatdialog.cpp
index 9ecd2a3..f88f972 100644
--- a/src/chatdialog.cpp
+++ b/src/chatdialog.cpp
@@ -918,6 +918,7 @@
#endif
}
_LOG_DEBUG("now the prefix is " << m_localPrefix.toUri());
+ _LOG_DEBUG("in use prefix is " << m_user.getOriginPrefix().toStdString());
QString originPrefix = QString::fromStdString(m_newLocalPrefix.toUri());
if (originPrefix != "" && m_user.getOriginPrefix () != originPrefix)