Dont answer groupchat receipt requests

This commit is contained in:
Philipp Hörist 2018-11-19 17:51:18 +01:00
parent 596f268f14
commit 1504805575
1 changed files with 1 additions and 1 deletions

View File

@ -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: