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
commit 6363684af4
1 changed files with 1 additions and 1 deletions

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.'