Skip to content
Snippets Groups Projects
Commit 4db411cb authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#963] Disable instant messaging save on disk

parent 87574dd1
Branches
Tags
Loading
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment