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'\
'TTP Upload.'
elif update.message.new_chat_members:
elif update.message.new_chat_member:
message = 'This user has joined the group.'
elif update.message.left_chat_member:
message = 'This user has left the group.'