Skip to content
Snippets Groups Projects
Commit 3f9a52a1 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

we now don't log shat state

parent 7acbbd0a
No related branches found
No related tags found
No related merge requests found
......@@ -270,8 +270,9 @@ class Connection:
log_msgtxt = msgtxt
if subject:
log_msgtxt = _('Subject: %s\n%s') % (subject, msgtxt)
gajim.logger.write('incoming', log_msgtxt, str(msg.getFrom()),
tim = tim)
if msg.getTag('body'):
gajim.logger.write('incoming', log_msgtxt, str(msg.getFrom()),
tim = tim)
self.dispatch('MSG', (str(msg.getFrom()), msgtxt, tim, encrypted,
mtype, subject, chatstate))
# END messageCB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment