mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fixes global chat color setting
This commit is contained in:
@@ -1002,7 +1002,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
||||
textPending: this.get('bodyPending'),
|
||||
id: this.id,
|
||||
conversationColor: this.getConversationColor(),
|
||||
customColor: conversation?.get('customColor'),
|
||||
customColor: conversation?.getCustomColorData()?.customColor,
|
||||
conversationId: this.get('conversationId'),
|
||||
isSticker: Boolean(sticker),
|
||||
direction: this.isIncoming() ? 'incoming' : 'outgoing',
|
||||
|
||||
Reference in New Issue
Block a user