Merge branch 'csn-no-store' into 'master'

Fix #3518: Add no-store hint to CSN

Closes #3518

See merge request poezio/poezio!88
This commit is contained in:
Maxime Buquet 2020-05-01 18:54:47 +02:00
commit fa65b1b660

View file

@ -697,6 +697,7 @@ class ChatTab(Tab):
msg['type'] = self.message_type
msg['chat_state'] = state
self.chat_state = state
msg['no-store'] = True
msg.send()
return True