mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Re-enable read receipts and read syncs (#1604)
This commit is contained in:
@@ -784,10 +784,11 @@
|
||||
'it was not in messageCollection.');
|
||||
}
|
||||
promises.push(m.markRead());
|
||||
var errors = m.get('errors');
|
||||
return {
|
||||
sender : m.get('source'),
|
||||
timestamp : m.get('sent_at'),
|
||||
hasErrors : Boolean(m.get('errors'))
|
||||
hasErrors : Boolean(errors && errors.length)
|
||||
};
|
||||
}.bind(this));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user