Merge branch 'dev' of zlaxy/jabbergram into dev

This commit is contained in:
drymer
2018-02-24 17:06:44 +00:00
committed by Gitea

View File

@@ -179,7 +179,7 @@ class Jabbergram(sleekxmpp.ClientXMPP):
'but the XMPP server doesn\'t support H'\ 'but the XMPP server doesn\'t support H'\
'TTP Upload.' 'TTP Upload.'
elif update.message.new_chat_members: elif update.message.new_chat_member:
message = 'This user has joined the group.' message = 'This user has joined the group.'
elif update.message.left_chat_member: elif update.message.left_chat_member:
message = 'This user has left the group.' message = 'This user has left the group.'