Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
4db411cb
Commit
4db411cb
authored
Sep 27, 2010
by
Alexandre Savard
Browse files
[#963] Disable instant messaging save on disk
parent
87574dd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-common/src/im/InstantMessaging.cpp
View file @
4db411cb
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment