we now don't log shat state
This commit is contained in:
parent
7acbbd0af3
commit
3f9a52a177
1 changed files with 3 additions and 2 deletions
|
@ -270,6 +270,7 @@ class Connection:
|
||||||
log_msgtxt = msgtxt
|
log_msgtxt = msgtxt
|
||||||
if subject:
|
if subject:
|
||||||
log_msgtxt = _('Subject: %s\n%s') % (subject, msgtxt)
|
log_msgtxt = _('Subject: %s\n%s') % (subject, msgtxt)
|
||||||
|
if msg.getTag('body'):
|
||||||
gajim.logger.write('incoming', log_msgtxt, str(msg.getFrom()),
|
gajim.logger.write('incoming', log_msgtxt, str(msg.getFrom()),
|
||||||
tim = tim)
|
tim = tim)
|
||||||
self.dispatch('MSG', (str(msg.getFrom()), msgtxt, tim, encrypted,
|
self.dispatch('MSG', (str(msg.getFrom()), msgtxt, tim, encrypted,
|
||||||
|
|
Loading…
Add table
Reference in a new issue