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