mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Don't apply custom color style if message is deleted for everyone
This commit is contained in:
@@ -2628,7 +2628,7 @@ export class Message extends React.PureComponent<Props, State> {
|
||||
const containerStyles = {
|
||||
width: isShowingImage ? width : undefined,
|
||||
};
|
||||
if (!isStickerLike && direction === 'outgoing') {
|
||||
if (!isStickerLike && !deletedForEveryone && direction === 'outgoing') {
|
||||
Object.assign(containerStyles, getCustomColorStyle(customColor));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user