fixed 'Message' object has no attribute 'new_chat_members'
This commit is contained in:
parent
42ec1749ce
commit
523a000e01
|
@ -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.'
|
||||
|
|
Loading…
Reference in New Issue