mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Gift Badges: A few tweaks
This commit is contained in:
@@ -333,7 +333,7 @@ export class Quote extends React.Component<Props, State> {
|
||||
isViewOnce,
|
||||
} = this.props;
|
||||
|
||||
if (text) {
|
||||
if (text && !isGiftBadge) {
|
||||
const quoteText = bodyRanges
|
||||
? getTextWithMentions(bodyRanges, text)
|
||||
: text;
|
||||
|
||||
Reference in New Issue
Block a user