diff --git a/sflphone-common/src/im/InstantMessaging.cpp b/sflphone-common/src/im/InstantMessaging.cpp index 02e860f013bfc63c9592807b5e67be50fc5bd040..8c8f2757eca687fb1874ca50d532920d6e0d3221 100644 --- a/sflphone-common/src/im/InstantMessaging.cpp +++ b/sflphone-common/src/im/InstantMessaging.cpp @@ -145,7 +145,8 @@ std::string InstantMessaging::receive (const std::string& message, const std::st // TODO String cleaning // Archive the message - this->saveMessage (message, author, id); + // TODO Deactivate this for the momment, this is an extra feature. + // this->saveMessage (message, author, id); return message;