Skip to content
Snippets Groups Projects
Commit 567b871b authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Dont answer groupchat receipt requests

parent 9bf88c1f
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment