changeset c87b83e2ed1f in /home/hg/repos/gajim
author: Yann Leboulanger <[email protected]>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=c87b83e2ed1f
description: add jid to NotificationEvent for groupchat messages
diffstat:
src/common/connection_handlers_events.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r befdb44a7c2c -r c87b83e2ed1f src/common/connection_handlers_events.py
--- a/src/common/connection_handlers_events.py Sun May 17 22:38:26 2015 +0200
+++ b/src/common/connection_handlers_events.py Sat Jun 20 21:30:48 2015 +0200
@@ -2373,6 +2373,7 @@
if not msg_obj.msg_obj.gc_control:
# we got a message from a room we're not in? ignore it
return
+ self.jid = msg_obj.jid
sound = msg_obj.msg_obj.gc_control.highlighting_for_message(
msg_obj.msgtxt, msg_obj.timestamp)[1]
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits