Merge branch 'dev' of zlaxy/jabbergram into dev
This commit is contained in:
@@ -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.'
|
||||||
|
|||||||
Reference in New Issue
Block a user