Don't send read receipts to public chats

pull/388/head
Beaudan 6 years ago
parent 406938cf59
commit 5bdfaeaf1d

@ -1958,7 +1958,7 @@
return;
}
if (read.length && options.sendReadReceipts) {
if (!this.isPublic() && read.length && options.sendReadReceipts) {
window.log.info(`Sending ${read.length} read receipts`);
// Because syncReadMessages sends to our other devices, and sendReadReceipts goes
// to a contact, we need accessKeys for both.

Loading…
Cancel
Save