Don't display 'read' icon if read-recipts-setting is disabled
This commit is contained in:
@@ -371,7 +371,7 @@
|
||||
}
|
||||
|
||||
const readBy = this.get('read_by') || [];
|
||||
if (readBy.length > 0) {
|
||||
if (storage.get('read-receipt-setting') && readBy.length > 0) {
|
||||
return 'read';
|
||||
}
|
||||
const delivered = this.get('delivered');
|
||||
|
Reference in New Issue
Block a user