mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Decorate incoming group messages
with numbers and image placeholders, so you know who's saying what.
This commit is contained in:
@@ -24,7 +24,8 @@ var Whisper = Whisper || {};
|
||||
message: this.model.get('body'),
|
||||
date: this.formatTimestamp(),
|
||||
attachments: this.model.get('attachments'),
|
||||
bubble_class: this.model.get('type') === 'outgoing' ? 'sent' : 'incoming'
|
||||
bubble_class: this.model.get('type') === 'outgoing' ? 'sent' : 'incoming',
|
||||
sender: this.model.thread().get('type') === 'group' ? this.model.get('person') : ''
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user