Dont answer groupchat receipt requests
This commit is contained in:
parent
596f268f14
commit
1504805575
|
@ -49,7 +49,7 @@ class Receipts:
|
|||
'answer_receipts'):
|
||||
return
|
||||
|
||||
if event.mtype not in ('chat', 'groupchat'):
|
||||
if event.mtype not in ('chat', 'normal'):
|
||||
return
|
||||
|
||||
if event.sent:
|
||||
|
|
Loading…
Reference in New Issue