changeset 7a0d0931cb36 in /home/hg/repos/gajim
author: tmolitor <[email protected]>
branches:
details:http://hg.gajim.org/gajim?cmd=changeset;node=7a0d0931cb36
description: Small bugfix for encrypted conversations
diffstat:
src/session.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 756d78be6ab2 -r 7a0d0931cb36 src/session.py
--- a/src/session.py Tue Apr 19 23:48:10 2016 +0200
+++ b/src/session.py Sun Jul 17 14:23:22 2016 +0200
@@ -83,7 +83,7 @@
self.control.change_resource(self.resource)
if obj.mtype == 'chat':
- if not obj.stanza.getTag('body') and obj.chatstate is None:
+ if not obj.msgtxt and obj.chatstate is None:
return
log_type = 'chat_msg'
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits